IContributeClientContextSink Interface
.NET Framework 3.0
This interface supports the .NET Framework 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.ContextsAssembly: mscorlib (in mscorlib.dll)
'Declaration <ComVisibleAttribute(True)> _ Public Interface IContributeClientContextSink 'Usage Dim instance As IContributeClientContextSink
/** @attribute ComVisibleAttribute(true) */ public interface IContributeClientContextSink
ComVisibleAttribute(true) public interface IContributeClientContextSink
Not applicable.
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 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: