HttpListenerPrefixCollection.Remove Method
Removes the specified Uniform Resource Identifier (URI) from the list of prefixes handled by the HttpListener object.
Assembly: System (in System.dll)
Parameters
- uriPrefix
- Type: System.String
A String that contains the URI prefix to remove.
Return Value
Type: System.Booleantrue if the uriPrefix was found in the HttpListenerPrefixCollection and removed; otherwise false.
Implements
ICollection<T>.Remove(T)| Exception | Condition |
|---|---|
| ArgumentNullException | uriPrefix is null. |
| HttpListenerException | A Windows function call failed. To determine the cause of the exception, check the exception's error code. |
| ObjectDisposedException | The HttpListener associated with this collection is closed. |
If uriPrefix is not in the collection, this method does nothing.
Notes to CallersThis member outputs trace information when you enable network tracing in your application. For more information, see Network Tracing.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.