websocket-sharp : WebSocketSharp.Net Namespace

HttpListenerContext Class

Documentation for this section has not yet been entered.

Syntax

public sealed class HttpListenerContext

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)

Members

See Also: Inherited members from object.

Public Properties

[read-only]
Request HttpListenerRequest . Documentation for this section has not yet been entered.
[read-only]
Response HttpListenerResponse . Documentation for this section has not yet been entered.
[read-only]
User System.Security.Principal.IPrincipal . Documentation for this section has not yet been entered.

Public Methods

AcceptWebSocket () : WebSocketSharp.Net.WebSockets.HttpListenerWebSocketContext
Documentation for this section has not yet been entered.

Extension Methods

static
IsNull<T> (this T) : bool
Determines whether the specified object is null.
static
IsNullDo<T> (this T, Action) : bool
Determines whether the specified object is null. And invokes the specified Action delegate if the specified object is null.

Member Details

AcceptWebSocket Method

Documentation for this section has not yet been entered.

Syntax

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)

Request Property

Documentation for this section has not yet been entered.

Syntax

public HttpListenerRequest Request { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)

Response Property

Documentation for this section has not yet been entered.

Syntax

public HttpListenerResponse Response { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)

User Property

Documentation for this section has not yet been entered.

Syntax

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: WebSocketSharp.Net
Assembly: websocket-sharp (in websocket-sharp.dll)