C# Class System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSinkProvider

Inheritance: IClientChannelSinkProvider
Mostrar archivo Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
CreateSink ( IChannelSender channel, String url, Object remoteChannelData ) : IClientChannelSink

Private Methods

Method Description
TcpClientTransportSinkProvider ( IDictionary properties ) : System

Method Details

CreateSink() public method

public CreateSink ( IChannelSender channel, String url, Object remoteChannelData ) : IClientChannelSink
channel IChannelSender
url String
remoteChannelData Object
return IClientChannelSink