Documentation for this section has not yet been entered.
See Also: Inherited members from WebSocketServerBase.
|
Documentation for this section has not yet been entered. | |
|
Documentation for this section has not yet been entered. | |
|
Documentation for this section has not yet been entered. | |
|
Documentation for this section has not yet been entered. | |
|
Documentation for this section has not yet been entered. | |
|
Documentation for this section has not yet been entered. |
[read-only] | Address | System.Net.IPAddress . Gets the local IP address on which to listen for incoming connection attempts. (Inherited from WebSocketServerBase.) |
[read-only] | IsSecure | bool . Gets a value indicating whether this server is secure. (Inherited from WebSocketServerBase.) |
[read-only] | IsSelfHost | bool . Gets a value indicating whether this server is self host. (Inherited from WebSocketServerBase.) |
[read-only] | Port | int . Gets the port on which to listen for incoming connection attempts. (Inherited from WebSocketServerBase.) |
[read-only] | ServicePath | IEnumerable<string> . Documentation for this section has not yet been entered. |
|
Sweeped | bool . Documentation for this section has not yet been entered. |
|
BaseUri | Uri . Gets or sets the WebSocket URL on which to listen for incoming connection attempts. (Inherited from WebSocketServerBase.) |
|
AddService<T>
(string)Documentation for this section has not yet been entered. |
|
|
Broadcast
(string)Documentation for this section has not yet been entered. |
|
|
Start
()Starts to receive the WebSocket connection requests. (Inherited from WebSocketServerBase.) |
|
override
|
Stop
()Documentation for this section has not yet been entered. |
|
|
Stop
()Stops receiving the WebSocket connection requests. (Inherited from WebSocketServerBase.) |
override
|
AcceptWebSocket
(System.Net.Sockets.TcpClient)Documentation for this section has not yet been entered. |
|
abstract
|
AcceptWebSocket
(System.Net.Sockets.TcpClient)Accepts the WebSocket connection. (Inherited from WebSocketServerBase.) |
|
|
Error
(string)Occurs the WebSocketServerBase.OnError event with the specified message. (Inherited from WebSocketServerBase.) |
|
OnError | Occurs when this server gets an error. (Inherited from WebSocketServerBase.) |
Documentation for this section has not yet been entered.
Syntax
public WebSocketServer ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.27062
Documentation for this section has not yet been entered.
Syntax
public WebSocketServer (int port)Parameters
- port
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.27062
Documentation for this section has not yet been entered.
Syntax
public WebSocketServer (string url)Parameters
- url
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.27062
Documentation for this section has not yet been entered.
Syntax
Parameters
- port
- Documentation for this section has not yet been entered.
- secure
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.27062
Documentation for this section has not yet been entered.
Syntax
public WebSocketServer (System.Net.IPAddress address, int port)Parameters
- address
- Documentation for this section has not yet been entered.
- port
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.27062
Documentation for this section has not yet been entered.
Syntax
Parameters
- address
- Documentation for this section has not yet been entered.
- port
- Documentation for this section has not yet been entered.
- secure
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.27062
Documentation for this section has not yet been entered.
Syntax
protected override void AcceptWebSocket (System.Net.Sockets.TcpClient client)Parameters
- client
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.27062
Documentation for this section has not yet been entered.
Syntax
Type Parameters
- T
- Documentation for this section has not yet been entered.
Parameters
- absPath
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.27062
Documentation for this section has not yet been entered.
Syntax
Parameters
- data
- Documentation for this section has not yet been entered.
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.27062
Documentation for this section has not yet been entered.
Syntax
public IEnumerable<string> ServicePath { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.27062
Documentation for this section has not yet been entered.
Syntax
public override void Stop ()Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.27062
Documentation for this section has not yet been entered.
Syntax
public bool Sweeped { get; set; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp.Server
Assembly: websocket-sharp (in websocket-sharp.dll)
Assembly Versions: 1.0.2.27062