System.Runtime.Remoting.Channels.Http.HttpServerChannel Members

The members of System.Runtime.Remoting.Channels.Http.HttpServerChannel are listed below.

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

Public Constructors

Initializes a new instance of the System.Runtime.Remoting.Channels.Http.HttpServerChannel class.

Initializes a new instance of the System.Runtime.Remoting.Channels.Http.HttpServerChannel class that listens on the specified port.

Initializes a new instance of the System.Runtime.Remoting.Channels.Http.HttpServerChannel class with the specified channel properties and sink.

Initializes a new instance of the System.Runtime.Remoting.Channels.Http.HttpServerChannel class with the given name and that listens on the specified port.

Initializes a new instance of the System.Runtime.Remoting.Channels.Http.HttpServerChannel class at the specified port with the given name, which listens on the specified port, and uses the specified sink.

Public Properties

[read-only]
ChannelDataobject.

Gets channel-specific data.

[read-only]
ChannelNamestring.

Gets the name of the current channel.

[read-only]
ChannelPriorityint.

Gets the priority of the current channel.

[read-only]
ChannelSchemestring.

Gets the type of listener to hook into (for example, "http").

[read-only]
ChannelSinkChainSystem.Runtime.Remoting.Channels.IServerChannelSink.

Gets the channel sink chain that the current channel is using.

default property
override
Item(object)object. Documentation for this section has not yet been entered.
[read-only]
override
KeysICollection.

Gets a ICollection of keys the channel properties are associated with.

WantsToListenbool.

Gets a Boolean value that indicates whether System.Runtime.Remoting.Channels.IChannelReceiverHook wants to be hooked into the outside listener service.

Public Methods

AddHookChannelUri(string)

Adds a URI on which the channel hook must listen.

GetChannelUri() : string

Returns the URI of the current channel.

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.