mscorlib(4.0.0.0) API with additions
IContributeClientContextSink.cs
3 using System.Security;
4 
6 {
8  [ComVisible(true)]
9  public interface IContributeClientContextSink
10  {
14  [SecurityCritical]
16  }
17 }
Definition: __Canon.cs:3
Contributes an interception sink at the context boundary on the client end of a remoting call.
IMessageSink GetClientContextSink(IMessageSink nextSink)
Takes the first sink in the chain of sinks composed so far, and then chains its message sink in front...
Defines the interface for a message sink.
Definition: IMessageSink.cs:8