C# Class System.Runtime.Remoting.Channels.Http.HttpServerChannel

Inheritance: BaseChannelWithProperties, IChannel, IChannelReceiver, IChannelReceiverHook
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
AddHookChannelUri void
CreateDefaultServerProviderChain IServerChannelSinkProvider
GetUrlsForUri String[]
Listen void
Parse String
SetupChannel void
SetupMachineName void
StartListening void
StopListening void

Public Methods

Method Description
GetChannelUri ( ) : String
HttpServerChannel ( ) : System
HttpServerChannel ( IDictionary properties, IServerChannelSinkProvider sinkProvider ) : System
HttpServerChannel ( String name, int port ) : System
HttpServerChannel ( String name, int port, IServerChannelSinkProvider sinkProvider ) : System
HttpServerChannel ( int port ) : System
this ( Object key ) : Object

Private Methods

Method Description
AddHookChannelUri ( String channelUri ) : void
CreateDefaultServerProviderChain ( ) : IServerChannelSinkProvider
GetUrlsForUri ( String objectUri ) : String[]
Listen ( ) : void
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

HttpServerChannel() public method

public HttpServerChannel ( ) : System
return System

HttpServerChannel() public method

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

HttpServerChannel() public method

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

HttpServerChannel() public method

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

HttpServerChannel() public method

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

this() public method

public this ( Object key ) : Object
key Object
return Object