IContributeEnvoySink Interface
Contributes an envoy message sink on the client end.
Assembly: mscorlib (in mscorlib.dll)
The IContributeEnvoySink type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GetEnvoySink | Infrastructure. Takes the first sink in the chain of sinks composed so far, and then chains its message sink in front of the chain already formed. |
The IContributeEnvoySink interface is implemented by context properties in the server Context class that want to contribute an envoy message sink on the client end. The server envoy chain is composed from those context properties that implement IContributeEnvoySink. The envoy chain resides on the client end and acts as a representative of the corresponding message sinks from the server context properties.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
