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
| [read-only] | ChannelData | object.
Gets channel-specific data. |
| [read-only] | ChannelName | string.
Gets the name of the current channel. |
| [read-only] | ChannelPriority | int.
Gets the priority of the current channel. |
| [read-only] | ChannelScheme | string.
Gets the type of listener to hook into (for example, "http"). |
| [read-only] | ChannelSinkChain | System.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 | Keys | ICollection.
Gets a ICollection of keys the channel properties are associated with. |
| WantsToListen | bool.
Gets a Boolean value that indicates whether System.Runtime.Remoting.Channels.IChannelReceiverHook wants to be hooked into the outside listener service. |