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

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

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

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.