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

Inheritance: BaseChannelWithProperties, IChannel, IChannelReceiver, IChannelReceiverHook
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
AddHookChannelUri void
CreateDefaultServerProviderChain IServerChannelSinkProvider
GetUrlsForUri String[]
Listen void
Parse String
SetupChannel void
SetupMachineName void
StartListening void
StopListening void

Méthodes publiques

Méthode 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

Méthode 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 méthode

public GetChannelUri ( ) : String
Résultat String

HttpServerChannel() public méthode

public HttpServerChannel ( ) : System
Résultat System

HttpServerChannel() public méthode

public HttpServerChannel ( IDictionary properties, IServerChannelSinkProvider sinkProvider ) : System
properties IDictionary
sinkProvider IServerChannelSinkProvider
Résultat System

HttpServerChannel() public méthode

public HttpServerChannel ( String name, int port ) : System
name String
port int
Résultat System

HttpServerChannel() public méthode

public HttpServerChannel ( String name, int port, IServerChannelSinkProvider sinkProvider ) : System
name String
port int
sinkProvider IServerChannelSinkProvider
Résultat System

HttpServerChannel() public méthode

public HttpServerChannel ( int port ) : System
port int
Résultat System

this() public méthode

public this ( Object key ) : Object
key Object
Résultat Object