BinaryServerFormatterSinkProvider.CreateSink(IChannelReceiver) Metodo

Definizione

Crea una catena di sink.

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

Parametri

channel
IChannelReceiver

Canale per il quale creare la catena di sink del canale.

Valori restituiti

Primo sink della catena di sink del canale appena formato.

Implementazioni

Si applica a