System.Runtime.Remoting.Channels.Http.HttpChannel: Method Members

The methods of System.Runtime.Remoting.Channels.Http.HttpChannel are listed below. For a list of all members, see the HttpChannel Members list.

See Also: Inherited members from System.Runtime.Remoting.Channels.BaseChannelWithProperties

Public Methods

AddHookChannelUri(string)

Adds a URI on which the channel hook should listen.

CreateMessageSink(string, object, out string) : System.Runtime.Remoting.Messaging.IMessageSink
Documentation for this section has not yet been entered.
GetUrlsForUri(string) : string[]

Returns an array of all the URLs for an object with the specified URI, hosted on the current System.Runtime.Remoting.Channels.Http.HttpChannel.

Parse(string, out string) : string
Documentation for this section has not yet been entered.
StartListening(object)

Instructs the current channel to start listening for requests.

StopListening(object)

Instructs the current channel to stop listening for requests.