HttpListenerPrefixCollection Methods |
The HttpListenerPrefixCollection type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds the specified uriPrefix to the collection.
| |
Clear |
Removes all URI prefixes from the collection.
| |
Contains |
Returns a value indicating whether the collection contains the specified
uriPrefix.
| |
CopyTo(Array, Int32) |
Copies the contents of the collection to the specified Array.
| |
CopyTo(String, Int32) |
Copies the contents of the collection to the specified array of String.
| |
GetEnumerator |
Gets the enumerator used to iterate through the HttpListenerPrefixCollection.
| |
Remove |
Removes the specified uriPrefix from the collection.
|