Click or drag to resize

HttpListenerPrefixCollection Methods

The HttpListenerPrefixCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the specified uriPrefix to the collection.
Public methodClear
Removes all URI prefixes from the collection.
Public methodContains
Returns a value indicating whether the collection contains the specified uriPrefix.
Public methodCopyTo(Array, Int32)
Copies the contents of the collection to the specified Array.
Public methodCopyTo(String, Int32)
Copies the contents of the collection to the specified array of String.
Public methodGetEnumerator
Gets the enumerator used to iterate through the HttpListenerPrefixCollection.
Public methodRemove
Removes the specified uriPrefix from the collection.
Top
See Also