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

Inheritance: IChannelReceiver, IChannelSender, ISecurableChannel
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
TcpChannel ( ) : System
TcpChannel ( IDictionary properties, IClientChannelSinkProvider clientSinkProvider, IServerChannelSinkProvider serverSinkProvider ) : System
TcpChannel ( int port ) : System

Private Methods

Method Description
CreateMessageSink ( String url, Object remoteChannelData, String &objectURI ) : IMessageSink
GetUrlsForUri ( String objectURI ) : String[]
Parse ( String url, String &objectURI ) : String
StartListening ( Object data ) : void
StopListening ( Object data ) : void

Method Details

TcpChannel() public method

public TcpChannel ( ) : System
return System

TcpChannel() public method

public TcpChannel ( IDictionary properties, IClientChannelSinkProvider clientSinkProvider, IServerChannelSinkProvider serverSinkProvider ) : System
properties IDictionary
clientSinkProvider IClientChannelSinkProvider
serverSinkProvider IServerChannelSinkProvider
return System

TcpChannel() public method

public TcpChannel ( int port ) : System
port int
return System