WebSocketServer Constructor |
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 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.
|