HttpListenerPrefixCollection Members
The HttpListenerPrefixCollection type exposes the following members.
Methods
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(array<String>[]()[][], Int32) |
Copies the contents of the collection to the specified array of String.
|
|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator |
Gets the enumerator used to iterate through the HttpListenerPrefixCollection.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove |
Removes the specified uriPrefix from the collection.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of prefixes in the collection.
|
|
IsReadOnly |
Gets a value indicating whether the access to the collection is read-only.
|
|
IsSynchronized |
Gets a value indicating whether the access to the collection is synchronized.
|