C-DEngine 5.105

WebSocketServer Constructor

Overload List


  Name Description
Public method WebSocketServer()()()()
Initializes a new instance of the WebSocketServer class.
Public method WebSocketServer(Int32)
Initializes a new instance of the WebSocketServer class with the specified port.
Public method WebSocketServer(String)
Initializes a new instance of the WebSocketServer class with the specified WebSocket URL.
Public method WebSocketServer(Int32, Boolean)
Initializes a new instance of the WebSocketServer class with the specified port and secure.
Public method WebSocketServer(IPAddress, Int32)
Initializes a new instance of the WebSocketServer class with the specified address and port.
Public method WebSocketServer(IPAddress, Int32, Boolean)
Initializes a new instance of the WebSocketServer class with the specified address, port, and secure.