HttpListenerPrefixCollectionContains Method |
Returns a value indicating whether the collection contains the specified
uriPrefix.
Namespace:
Sfs2X.WebSocketSharp.Net
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public bool Contains(
string uriPrefix
)
Parameters
- uriPrefix
- Type: SystemString
A String that represents the URI prefix to test.
Return Value
Type:
Booleantrue if the collection contains
uriPrefix;
otherwise,
false.
Implements
ICollectionTContains(T)Exceptions Exception | Condition |
---|
ArgumentNullException | uriPrefix is .
|
ObjectDisposedException |
The HttpListener associated with this collection is closed.
|
See Also