Compartilhar via


SoapServerFormatterSinkProvider.CreateSink(IChannelReceiver) Método

Definição

Cria uma cadeia de coletores.

public:
 virtual System::Runtime::Remoting::Channels::IServerChannelSink ^ CreateSink(System::Runtime::Remoting::Channels::IChannelReceiver ^ channel);
public System.Runtime.Remoting.Channels.IServerChannelSink CreateSink (System.Runtime.Remoting.Channels.IChannelReceiver channel);
abstract member CreateSink : System.Runtime.Remoting.Channels.IChannelReceiver -> System.Runtime.Remoting.Channels.IServerChannelSink
override this.CreateSink : System.Runtime.Remoting.Channels.IChannelReceiver -> System.Runtime.Remoting.Channels.IServerChannelSink
Public Function CreateSink (channel As IChannelReceiver) As IServerChannelSink

Parâmetros

channel
IChannelReceiver

O canal para o qual criar a cadeia de coletores de canal.

Retornos

IServerChannelSink

O primeiro coletor da cadeia de coletores de canal recém-formada.

Implementações

Aplica-se a