This topic has not yet been rated - Rate this topic

HttpServerChannel Properties

The HttpServerChannel type exposes the following members.

  NameDescription
Public property ChannelData Gets channel-specific data.
Public property ChannelName Gets the name of the current channel.
Public property ChannelPriority Gets the priority of the current channel.
Public property ChannelScheme Gets the type of listener to hook into (for example, "http").
Public property ChannelSinkChain Gets the channel sink chain that the current channel is using.
Public property Count Gets the number of properties associated with the channel object. (Inherited from BaseChannelObjectWithProperties.)
Public property IsFixedSize Gets a value that indicates whether the number of properties that can be entered into the channel object is fixed. (Inherited from BaseChannelObjectWithProperties.)
Public property IsReadOnly Gets a value that indicates whether the collection of properties in the channel object is read-only. (Inherited from BaseChannelObjectWithProperties.)
Public property IsSynchronized Gets a value that indicates whether the dictionary of channel object properties is synchronized. (Inherited from BaseChannelObjectWithProperties.)
Public property Item Returns the specified channel property. (Overrides BaseChannelObjectWithProperties.Item.)
Public property Keys Gets a ICollection of keys the channel properties are associated with. (Overrides BaseChannelObjectWithProperties.Keys.)
Public property Properties Gets a IDictionary of the channel properties associated with the current channel object. (Inherited from BaseChannelWithProperties.)
Public property SyncRoot Gets an object that is used to synchronize access to the BaseChannelObjectWithProperties. (Inherited from BaseChannelObjectWithProperties.)
Public property Values Gets a ICollection of the values of the properties associated with the channel object. (Inherited from BaseChannelObjectWithProperties.)
Public property WantsToListen Gets a Boolean value that indicates whether IChannelReceiverHook wants to be hooked into the outside listener service.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.