|
|
|
@ -98,7 +98,8 @@ 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>
|
|
|
|
/// The new instance listens for the incoming handshake requests on port 80.
|
|
|
|
/// The new instance listens for incoming handshake requests on
|
|
|
|
|
|
|
|
/// <see cref="System.Net.IPAddress.Any"/> and port 80.
|
|
|
|
/// </remarks>
|
|
|
|
/// </remarks>
|
|
|
|
public WebSocketServer ()
|
|
|
|
public WebSocketServer ()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|