Свойство | Type | Description | |
---|---|---|---|
AddHookChannelUri | void | ||
CreateDefaultServerProviderChain | IServerChannelSinkProvider | ||
GetUrlsForUri | String[] | ||
Listen | void | ||
Parse | String | ||
SetupChannel | void | ||
SetupMachineName | void | ||
StartListening | void | ||
StopListening | void |
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 |
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 |
public HttpServerChannel ( IDictionary properties, IServerChannelSinkProvider sinkProvider ) : System | ||
properties | IDictionary | |
sinkProvider | IServerChannelSinkProvider | |
Résultat | System |
public HttpServerChannel ( String name, int port ) : System | ||
name | String | |
port | int | |
Résultat | System |
public HttpServerChannel ( String name, int port, IServerChannelSinkProvider sinkProvider ) : System | ||
name | String | |
port | int | |
sinkProvider | IServerChannelSinkProvider | |
Résultat | System |
public HttpServerChannel ( int port ) : System | ||
port | int | |
Résultat | System |