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

Inheritance: System.Runtime.Remoting.Channels.BaseChannelWithProperties, IChannelReceiver, IChannelSender, IChannel, IChannelReceiverHook, ISecurableChannel
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
HttpChannel ( ) : System
HttpChannel ( IDictionary properties, IClientChannelSinkProvider clientSinkProvider, IServerChannelSinkProvider serverSinkProvider ) : System
HttpChannel ( int port ) : System
this ( Object key ) : Object

Private Methods

Method Description
AddHookChannelUri ( String channelUri ) : void
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

HttpChannel() public method

public HttpChannel ( ) : System
return System

HttpChannel() public method

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

HttpChannel() public method

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

this() public method

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