This documentation is archived and is not being maintained.
HttpChannel Properties
Visual Studio 2010
The HttpChannel type exposes the following members.
| Name | Description | |
|---|---|---|
|
ChannelData | Gets the channel-specific data. |
|
ChannelName | Gets the name of the current channel. |
|
ChannelPriority | Gets the priority of the current channel. |
|
ChannelScheme | Gets the type of listener to hook into (for example, "http"). |
|
ChannelSinkChain | Gets the channel sink chain that the current channel is using. |
|
Count | Gets the number of properties associated with the channel object. (Inherited from BaseChannelObjectWithProperties.) |
|
IsFixedSize | Gets a value that indicates whether the number of properties that can be entered into the channel object is fixed. (Inherited from BaseChannelObjectWithProperties.) |
|
IsReadOnly | Gets a value that indicates whether the collection of properties in the channel object is read-only. (Inherited from BaseChannelObjectWithProperties.) |
|
IsSecured | Gets or sets a Boolean value that indicates whether the current channel is secure. |
|
IsSynchronized | Gets a value that indicates whether the dictionary of channel object properties is synchronized. (Inherited from BaseChannelObjectWithProperties.) |
|
Item | Returns the specified channel property. (Overrides BaseChannelObjectWithProperties::Item[Object].) |
|
Keys | Gets a ICollection of keys that the channel properties are associated with. (Overrides BaseChannelObjectWithProperties::Keys.) |
|
Properties | Gets a IDictionary of the channel properties associated with the current channel. (Overrides BaseChannelWithProperties::Properties.) |
|
SyncRoot | Gets an object that is used to synchronize access to the BaseChannelObjectWithProperties. (Inherited from BaseChannelObjectWithProperties.) |
|
Values | Gets a ICollection of the values of the properties associated with the channel object. (Inherited from BaseChannelObjectWithProperties.) |
|
WantsToListen | Gets a Boolean value that indicates whether the current instance wants to be hooked into the outside listener service. |
Show: