[Modify] Edit it

This commit is contained in:
sta 2017-02-10 16:18:15 +09:00
parent 0bf6506297
commit e1ffa6f325

View File

@ -1088,6 +1088,10 @@ namespace WebSocketSharp.Server
/// <summary> /// <summary>
/// Starts receiving the WebSocket handshake requests. /// Starts receiving the WebSocket handshake requests.
/// </summary> /// </summary>
/// <remarks>
/// This method does nothing if the server has already started or
/// it is shutting down.
/// </remarks>
public void Start () public void Start ()
{ {
var sslConfig = getSslConfiguration (); var sslConfig = getSslConfiguration ();