SoapServerFormatterSinkProvider.CreateSink(IChannelReceiver) Método
Definição
Cria uma cadeia de coletores.Creates a sink chain.
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.The channel for which to create the channel sink chain.
Retornos
O primeiro coletor da cadeia de coletores de canal recém-formada.The first sink of the newly formed channel sink chain.