SoapServerFormatterSink.NextChannelSink Property

Definition

Gets the next IServerChannelSink in the sink chain.

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

Property Value

The next IServerChannelSink in the sink chain.

Implements

Applies to