mscorlib(4.0.0.0) API with additions
IContributeServerContextSink.cs
3 using System.Security;
4 
6 {
8  [ComVisible(true)]
9  public interface IContributeServerContextSink
10  {
14  [SecurityCritical]
16  }
17 }
Definition: __Canon.cs:3
IMessageSink GetServerContextSink(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
Contributes an interception sink at the context boundary on the server end of a remoting call.