SoapClientFormatterSink.NextChannelSink Property

Definition

Gets the next IClientChannelSink in the sink chain.

public:
 property System::Runtime::Remoting::Channels::IClientChannelSink ^ NextChannelSink { System::Runtime::Remoting::Channels::IClientChannelSink ^ get(); };
public System.Runtime.Remoting.Channels.IClientChannelSink NextChannelSink { get; }
member this.NextChannelSink : System.Runtime.Remoting.Channels.IClientChannelSink
Public ReadOnly Property NextChannelSink As IClientChannelSink

Property Value

The next IClientChannelSink in the sink chain.

Implements

Applies to