WebSocketServer Constructor
Overload List
Name | Description | |
---|---|---|
![]() |
WebSocketServer()()()() |
Initializes a new instance of the WebSocketServer class.
|
![]() |
WebSocketServer(Int32) |
Initializes a new instance of the WebSocketServer class with
the specified port.
|
![]() |
WebSocketServer(String) |
Initializes a new instance of the WebSocketServer class with
the specified WebSocket URL.
|
![]() |
WebSocketServer(Int32, Boolean) | |
![]() |
WebSocketServer(IPAddress, Int32) | |
![]() |
WebSocketServer(IPAddress, Int32, Boolean) |
Initializes a new instance of the WebSocketServer class with
the specified address, port,
and secure.
|