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

Inheritance: IChannelReceiver, IChannel, ISecurableChannel
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
GetChannelUri ( ) : String
TcpServerChannel ( IDictionary properties, IServerChannelSinkProvider sinkProvider ) : System
TcpServerChannel ( IDictionary properties, IServerChannelSinkProvider sinkProvider, IAuthorizeRemotingConnection authorizeCallback ) : System
TcpServerChannel ( String name, int port ) : System
TcpServerChannel ( String name, int port, IServerChannelSinkProvider sinkProvider ) : System
TcpServerChannel ( int port ) : System

Private Methods

Method Description
AcceptSocketCallback ( IAsyncResult ar ) : void
AcceptSocketCallbackAsync ( Object state ) : void
AcceptSocketCallbackHelper ( IAsyncResult ar ) : void
CreateDefaultServerProviderChain ( ) : IServerChannelSinkProvider
GetUrlsForUri ( String objectUri ) : String[]
Parse ( String url, String &objectURI ) : String
SetupChannel ( ) : void
SetupMachineName ( ) : void
StartListening ( Object data ) : void
StopListening ( Object data ) : void

Method Details

GetChannelUri() public method

public GetChannelUri ( ) : String
return String

TcpServerChannel() public method

public TcpServerChannel ( IDictionary properties, IServerChannelSinkProvider sinkProvider ) : System
properties IDictionary
sinkProvider IServerChannelSinkProvider
return System

TcpServerChannel() public method

public TcpServerChannel ( IDictionary properties, IServerChannelSinkProvider sinkProvider, IAuthorizeRemotingConnection authorizeCallback ) : System
properties IDictionary
sinkProvider IServerChannelSinkProvider
authorizeCallback IAuthorizeRemotingConnection
return System

TcpServerChannel() public method

public TcpServerChannel ( String name, int port ) : System
name String
port int
return System

TcpServerChannel() public method

public TcpServerChannel ( String name, int port, IServerChannelSinkProvider sinkProvider ) : System
name String
port int
sinkProvider IServerChannelSinkProvider
return System

TcpServerChannel() public method

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