IEnvoyInfo.EnvoySinks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the list of envoys that were contributed by the server context and object chains when the object was marshaled.
public:
property System::Runtime::Remoting::Messaging::IMessageSink ^ EnvoySinks { System::Runtime::Remoting::Messaging::IMessageSink ^ get(); void set(System::Runtime::Remoting::Messaging::IMessageSink ^ value); };
public System.Runtime.Remoting.Messaging.IMessageSink EnvoySinks { get; set; }
public System.Runtime.Remoting.Messaging.IMessageSink EnvoySinks { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
member this.EnvoySinks : System.Runtime.Remoting.Messaging.IMessageSink with get, set
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.EnvoySinks : System.Runtime.Remoting.Messaging.IMessageSink with get, set
Public Property EnvoySinks As IMessageSink
Property Value
A chain of envoy sinks.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.