IContributeEnvoySink Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Contributes an envoy message sink on the client end.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetEnvoySink(MarshalByRefObject^, IMessageSink^) | This API supports the product infrastructure and is not intended to be used directly from your code. 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.
Available since 1.1
