C-DEngine 5.105

HttpListener..::..Prefixes Property

Gets the URI prefixes handled by the listener.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public HttpListenerPrefixCollection Prefixes { get; }
Public ReadOnly Property Prefixes As HttpListenerPrefixCollection
	Get
public:
property HttpListenerPrefixCollection^ Prefixes {
	HttpListenerPrefixCollection^ get ();
}

Field Value

A HttpListenerPrefixCollection that contains the URI prefixes.

Exceptions


ExceptionCondition
ObjectDisposedException This listener has been closed.