HttpListenerPrefixCollection Class |
Namespace: Sfs2X.WebSocketSharp.Net
public class HttpListenerPrefixCollection : ICollection<string>, IEnumerable<string>, IEnumerable
The HttpListenerPrefixCollection type exposes the following members.
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.
|
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.
|