Click or drag to resize

HttpListenerPrefixCollectionRemove Method

Removes the specified uriPrefix from the collection.

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public bool Remove(
	string uriPrefix
)

Parameters

uriPrefix
Type: SystemString
A String that represents the URI prefix to remove.

Return Value

Type: Boolean
true if uriPrefix is successfully found and removed; otherwise, false.

Implements

ICollectionTRemove(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionuriPrefix is .
ObjectDisposedException The HttpListener associated with this collection is closed.
See Also