SynchronizationAttribute::GetClientContextSink Method (IMessageSink^)
.NET Framework (current version)
Creates a CallOut sink and chains it in front of the provided chain of sinks at the context boundary on the client end of a remoting call.
Assembly: mscorlib (in mscorlib.dll)
public: [SecurityCriticalAttribute] virtual IMessageSink^ GetClientContextSink( IMessageSink^ nextSink )
Parameters
- nextSink
-
Type:
System.Runtime.Remoting.Messaging::IMessageSink^
The chain of sinks composed so far.
Return Value
Type: System.Runtime.Remoting.Messaging::IMessageSink^The composite sink chain with the new CallOut sink.
The current method is an implementation of IContributeClientContextSink::GetClientContextSink.
.NET Framework
Available since 1.1
Available since 1.1
Show: