HttpClientChannel Properties
.NET Framework 4.5
The HttpClientChannel type exposes the following members.
| Name | Description | |
|---|---|---|
|
ChannelName | Gets the name of the current channel. |
|
ChannelPriority | Gets the priority of the current channel. |
|
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 whether the client channel is secured. |
|
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.) |
|
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 object. (Inherited from BaseChannelWithProperties.) |
|
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.) |