websocket-sharp 1.0.2.39341 System.Object Provides the basic functions of the server that receives the WebSocket connection requests. The WebSocketServerBase class is an abstract class. Constructor 1.0.2.39341 Initializes a new instance of the class. To be added. Constructor 1.0.2.39341 A that contains a WebSocket URL. Initializes a new instance of the class that listens for incoming connection attempts on the specified WebSocket URL. To be added. is . is invalid. Constructor 1.0.2.39341 An that contains a local IP address. An that contains a port number. A that contains a absolute path. A that indicates providing a secure connection or not. (true indicates providing a secure connection.) Initializes a new instance of the class that listens for incoming connection attempts on the specified , , and . To be added. Either or is . is invalid. -or- Pair of and is invalid. Method 1.0.2.39341 System.Void A that contains the WebSocket connection. Accepts the WebSocket connection. To be added. Property 1.0.2.39341 System.Net.IPAddress Gets the local IP address on which to listen for incoming connection attempts. A that contains a local IP address. To be added. Property 1.0.2.39341 System.Uri Gets or sets the WebSocket URL on which to listen for incoming connection attempts. A that contains a WebSocket URL. To be added. Method 1.0.2.39341 System.Void A that contains an error message. Occurs the event with the specified . To be added. Property 1.0.2.39341 System.Boolean Gets a value indicating whether this server is secure. true if this server is secure; otherwise, false. To be added. Property 1.0.2.39341 System.Boolean Gets a value indicating whether this server is self host. true if this server is self host; otherwise, false. To be added. Event 1.0.2.39341 System.EventHandler<WebSocketSharp.ErrorEventArgs> Occurs when this server gets an error. To be added. Property 1.0.2.39341 System.Int32 Gets the port on which to listen for incoming connection attempts. An that contains a port number. To be added. Method 1.0.2.39341 System.Void Starts to receive the WebSocket connection requests. To be added. Method 1.0.2.39341 System.Void Stops receiving the WebSocket connection requests. To be added.