mscorlib(4.0.0.0) API with additions
IEnvoyInfo.cs
3 using System.Security;
4 
6 {
8  [ComVisible(true)]
9  public interface IEnvoyInfo
10  {
14  {
15  [SecurityCritical]
16  get;
17  [SecurityCritical]
18  set;
19  }
20  }
21 }
Definition: __Canon.cs:3
IMessageSink EnvoySinks
Gets or sets the list of envoys that were contributed by the server context and object chains when th...
Definition: IEnvoyInfo.cs:14
Provides envoy information.
Definition: IEnvoyInfo.cs:9
Defines the interface for a message sink.
Definition: IMessageSink.cs:8