IContributeClientContextSink Interface
Contributes an interception sink at the context boundary on the client end of a remoting call.
Assembly: mscorlib (in mscorlib.dll)
The IContributeClientContextSink type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GetClientContextSink | Infrastructure. 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
