websocket-sharp : WebSocketSharp.Net.Sockets Namespace

TcpListenerWebSocketContext Class

Documentation for this section has not yet been entered.

Syntax

public class TcpListenerWebSocketContext : WebSocketSharp.Net.WebSocketContext

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

See Also: Inherited members from WebSocketSharp.Net.WebSocketContext.

Public Properties

[read-only]
override
CookieCollection WebSocketSharp.Net.CookieCollection . Documentation for this section has not yet been entered.
[read-only]
abstract
CookieCollection WebSocketSharp.Net.CookieCollection . Documentation for this section has not yet been entered. (Inherited from WebSocketSharp.Net.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 WebSocketSharp.Net.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 WebSocketSharp.Net.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 WebSocketSharp.Net.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 WebSocketSharp.Net.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 WebSocketSharp.Net.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 WebSocketSharp.Net.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 WebSocketSharp.Net.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 WebSocketSharp.Net.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 WebSocketSharp.Net.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 WebSocketSharp.Net.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 WebSocketSharp.Net.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 WebSocketSharp.Net.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.Sockets
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.Sockets
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.Sockets
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.Sockets
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.Sockets
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.Sockets
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.Sockets
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.Sockets
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.Sockets
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.Sockets
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.Sockets
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.Sockets
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.Sockets
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.Sockets
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.Sockets
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.36581