This documentation is archived and is not being maintained.
HttpChannel Methods
Visual Studio 2010
The HttpChannel type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Throws a NotSupportedException. (Inherited from BaseChannelObjectWithProperties.) |
|
AddHookChannelUri | Adds a URI on which the channel hook should listen. |
|
Clear | Throws a NotSupportedException. (Inherited from BaseChannelObjectWithProperties.) |
|
Contains | Returns a value that indicates whether the channel object contains a property that is associated with the specified key. (Inherited from BaseChannelObjectWithProperties.) |
|
CopyTo | Throws a NotSupportedException. (Inherited from BaseChannelObjectWithProperties.) |
|
CreateMessageSink | Returns a channel message sink that delivers messages to the specified URL or channel data object. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetEnumerator | Returns a IDictionaryEnumerator that enumerates over all the properties associated with the channel object. (Inherited from BaseChannelObjectWithProperties.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
GetUrlsForUri | Returns an array of all the URLs for an object with the specified URI, hosted on the current HttpChannel. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
Parse | Extracts the channel URI and the remote well-known object URI from the specified URL. |
|
Remove | Throws a NotSupportedException. (Inherited from BaseChannelObjectWithProperties.) |
|
StartListening | Instructs the current channel to start listening for requests. |
|
StopListening | Instructs the current channel to stop listening for requests. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IEnumerable::GetEnumerator | Infrastructure. Returns a IEnumerator that enumerates over all the properties that are associated with the channel object. (Inherited from BaseChannelObjectWithProperties.) |
Show: