See Also: IContributeClientContextSink Members
The System.Runtime.Remoting.Contexts.IContributeClientContextSink interface is implemented by context properties in a System.Runtime.Remoting.Contexts.Context class that want to contribute an interception sink at the context boundary on the client end of a remoting call.
The client context chain is composed from those properties in the client context that implement System.Runtime.Remoting.Contexts.IContributeClientContextSink, which contributes to a sink through the IContributeClientContextSink.GetClientContextSink(System.Runtime.Remoting.Messaging.IMessageSink) method call. This chain is cached for future use.