|
|
|
@ -98,8 +98,7 @@ namespace WebSocketSharp.Server
|
|
|
|
/// Initializes a new instance of the <see cref="WebSocketServer"/> class.
|
|
|
|
/// Initializes a new instance of the <see cref="WebSocketServer"/> class.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <remarks>
|
|
|
|
/// <remarks>
|
|
|
|
/// An instance initialized by this constructor listens for the incoming connection requests on
|
|
|
|
/// The new instance listens for the incoming handshake requests on port 80.
|
|
|
|
/// port 80.
|
|
|
|
|
|
|
|
/// </remarks>
|
|
|
|
/// </remarks>
|
|
|
|
public WebSocketServer ()
|
|
|
|
public WebSocketServer ()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|