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

The properties 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 Properties

[read-only]
ChannelDataobject.

Gets the 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 that the channel properties are associated with.

[read-only]
override
PropertiesIDictionary.

Gets a IDictionary of the channel properties associated with the current channel.

WantsToListenbool.

Gets a Boolean value that indicates whether the current instance wants to be hooked into the outside listener service.