IContributeClientContextSink Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Contributes an interception sink at the context boundary on the client end of a remoting call.

Namespace:   System.Runtime.Remoting.Contexts
Assembly:  mscorlib (in mscorlib.dll)

[ComVisibleAttribute(true)]
public interface class IContributeClientContextSink

NameDescription
System_CAPS_pubmethodGetClientContextSink(IMessageSink^)

This API supports the product infrastructure and is not intended to be used directly from your code. Takes the first sink in the chain of sinks composed so far, and then chains its message sink in front of the chain already formed.

The IContributeClientContextSink interface is implemented by context properties in a 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 IContributeClientContextSink, which contributes to a sink through the GetClientContextSink method call. This chain is cached for future use.

.NET Framework
Available since 1.1
Return to top
Show: