WebSocketServer Methods
The WebSocketServer type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddWebSocketService<(Of <<'(TBehavior>)>>)(String, Func<(Of <<'(TBehavior>)>>)) |
Adds a WebSocket service with the specified behavior, path,
and initializer.
|
|
AddWebSocketService<(Of <<'(TBehaviorWithNew>)>>)(String) |
Adds a WebSocket service with the specified behavior and path.
|
|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RemoveWebSocketService |
Removes the WebSocket service with the specified path.
|
|
Start |
Starts receiving the WebSocket connection requests.
|
|
Stop()()()() |
Stops receiving the WebSocket connection requests.
|
|
Stop(UInt16, String) | ||
Stop(CloseStatusCode, String) |
Stops receiving the WebSocket connection requests with
the specified CloseStatusCode and String.
|
|
ToString | (Inherited from Object.) |