websocket-sharp : WebSocketSharp.Net Namespace

HttpListenerWebSocketContext Class

Documentation for this section has not yet been entered.

Syntax

public class HttpListenerWebSocketContext : WebSocketContext

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

See Also: Inherited members from WebSocketContext.

Public Properties

[read-only]
override
CookieCollection CookieCollection . Documentation for this section has not yet been entered.
[read-only]
abstract
CookieCollection CookieCollection . Documentation for this section has not yet been entered. (Inherited from WebSocketContext.)
[read-only]
override
Headers System.Collections.Specialized.NameValueCollection . Documentation for this section has not yet been entered.
[read-only]
abstract
Headers System.Collections.Specialized.NameValueCollection . Documentation for this section has not yet been entered. (Inherited from WebSocketContext.)
[read-only]
override
IsAuthenticated bool . Documentation for this section has not yet been entered.
[read-only]
abstract
IsAuthenticated bool . Documentation for this section has not yet been entered. (Inherited from WebSocketContext.)
[read-only]
override
IsLocal bool . Documentation for this section has not yet been entered.
[read-only]
abstract
IsLocal bool . Documentation for this section has not yet been entered. (Inherited from WebSocketContext.)
[read-only]
override
IsSecureConnection bool . Documentation for this section has not yet been entered.
[read-only]
abstract
IsSecureConnection bool . Documentation for this section has not yet been entered. (Inherited from WebSocketContext.)
[read-only]
override
Origin string . Documentation for this section has not yet been entered.
[read-only]
abstract
Origin string . Documentation for this section has not yet been entered. (Inherited from WebSocketContext.)
[read-only]
Path string . Documentation for this section has not yet been entered.
[read-only]
override
RequestUri Uri . Documentation for this section has not yet been entered.
[read-only]
abstract
RequestUri Uri . Documentation for this section has not yet been entered. (Inherited from WebSocketContext.)
[read-only]
override
SecWebSocketKey string . Documentation for this section has not yet been entered.
[read-only]
abstract
SecWebSocketKey string . Documentation for this section has not yet been entered. (Inherited from WebSocketContext.)
[read-only]
override
SecWebSocketProtocols IEnumerable<string> . Documentation for this section has not yet been entered.
[read-only]
abstract
SecWebSocketProtocols IEnumerable<string> . Documentation for this section has not yet been entered. (Inherited from WebSocketContext.)
[read-only]
override
SecWebSocketVersion string . Documentation for this section has not yet been entered.
[read-only]
abstract
SecWebSocketVersion string . Documentation for this section has not yet been entered. (Inherited from WebSocketContext.)
[read-only]
ServerEndPoint System.Net.IPEndPoint . Documentation for this section has not yet been entered.
[read-only]
override
User System.Security.Principal.IPrincipal . Documentation for this section has not yet been entered.
[read-only]
abstract
User System.Security.Principal.IPrincipal . Documentation for this section has not yet been entered. (Inherited from WebSocketContext.)
[read-only]
UserEndPoint System.Net.IPEndPoint . Documentation for this section has not yet been entered.
[read-only]
override
WebSocket WebSocketSharp.WebSocket . Documentation for this section has not yet been entered.
[read-only]
abstract
WebSocket WebSocketSharp.WebSocket . Documentation for this section has not yet been entered. (Inherited from WebSocketContext.)

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

CookieCollection Property

Documentation for this section has not yet been entered.

Syntax

public override CookieCollection CookieCollection { 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)
Assembly Versions: 1.0.2.36581

Headers 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)
Assembly Versions: 1.0.2.36581

IsAuthenticated Property

Documentation for this section has not yet been entered.

Syntax

public override bool IsAuthenticated { 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)
Assembly Versions: 1.0.2.36581

IsLocal Property

Documentation for this section has not yet been entered.

Syntax

public override bool IsLocal { 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)
Assembly Versions: 1.0.2.36581

IsSecureConnection Property

Documentation for this section has not yet been entered.

Syntax

public override bool IsSecureConnection { 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)
Assembly Versions: 1.0.2.36581

Origin Property

Documentation for this section has not yet been entered.

Syntax

public override string Origin { 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)
Assembly Versions: 1.0.2.36581

Path Property

Documentation for this section has not yet been entered.

Syntax

public virtual string Path { 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)
Assembly Versions: 1.0.2.36581

RequestUri Property

Documentation for this section has not yet been entered.

Syntax

public override Uri RequestUri { 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)
Assembly Versions: 1.0.2.36581

SecWebSocketKey Property

Documentation for this section has not yet been entered.

Syntax

public override string SecWebSocketKey { 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)
Assembly Versions: 1.0.2.36581

SecWebSocketProtocols Property

Documentation for this section has not yet been entered.

Syntax

public override IEnumerable<string> SecWebSocketProtocols { 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)
Assembly Versions: 1.0.2.36581

SecWebSocketVersion Property

Documentation for this section has not yet been entered.

Syntax

public override string SecWebSocketVersion { 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)
Assembly Versions: 1.0.2.36581

ServerEndPoint Property

Documentation for this section has not yet been entered.

Syntax

public virtual System.Net.IPEndPoint ServerEndPoint { 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)
Assembly Versions: 1.0.2.36581

User Property

Documentation for this section has not yet been entered.

Syntax

public override System.Security.Principal.IPrincipal User { 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)
Assembly Versions: 1.0.2.36581

UserEndPoint Property

Documentation for this section has not yet been entered.

Syntax

public virtual System.Net.IPEndPoint UserEndPoint { 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)
Assembly Versions: 1.0.2.36581

WebSocket Property

Documentation for this section has not yet been entered.

Syntax

public override WebSocketSharp.WebSocket WebSocket { 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)
Assembly Versions: 1.0.2.36581