C-DEngine 5.105

HttpListenerPrefixCollection Methods

The HttpListenerPrefixCollection type exposes the following members.

Methods


  Name Description
Public method Add
Adds the specified uriPrefix to the collection.
Public method Clear
Removes all URI prefixes from the collection.
Public method Contains
Returns a value indicating whether the collection contains the specified uriPrefix.
Public method CopyTo(Array, Int32)
Copies the contents of the collection to the specified Array.
Public method CopyTo(array<String>[]()[][], Int32)
Copies the contents of the collection to the specified array of String.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator
Gets the enumerator used to iterate through the HttpListenerPrefixCollection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove
Removes the specified uriPrefix from the collection.
Public method ToString (Inherited from Object.)