Click or drag to resize

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
C#
public bool Contains(
	string uriPrefix
)

Parameters

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

Return Value

Type: Boolean
true if the collection contains uriPrefix; otherwise, false.

Implements

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