System.Runtime.Remoting.Contexts.IContributeClientContextSink

Contributes an interception sink at the context boundary on the client end of a remoting call.

See Also: IContributeClientContextSink Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public interface IContributeClientContextSink

Remarks

The System.Runtime.Remoting.Contexts.IContributeClientContextSink interface is implemented by context properties in a System.Runtime.Remoting.Contexts.Context class that want to contribute an interception sink at the context boundary on the client end of a remoting call.

The client context chain is composed from those properties in the client context that implement System.Runtime.Remoting.Contexts.IContributeClientContextSink, which contributes to a sink through the IContributeClientContextSink.GetClientContextSink(System.Runtime.Remoting.Messaging.IMessageSink) method call. This chain is cached for future use.

Requirements

Namespace: System.Runtime.Remoting.Contexts
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0