Documentation for this section has not yet been entered.
See Also: Inherited members from WebSocketSharp.Net.WebSocketContext.
[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.) |
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
Documentation for this section has not yet been entered.
Syntax
public override System.Collections.Specialized.NameValueCollection Headers { 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
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
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
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
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
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
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
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
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
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
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
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
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
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