[Modify] Edit it

This commit is contained in:
sta 2017-06-04 14:22:19 +09:00
parent aac634848e
commit 9248e524cd

View File

@ -1057,10 +1057,14 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Starts receiving the HTTP requests. /// Starts receiving incoming requests.
/// </summary> /// </summary>
/// <remarks>
/// This method does nothing if the server has already
/// started or it is shutting down.
/// </remarks>
/// <exception cref="InvalidOperationException"> /// <exception cref="InvalidOperationException">
/// There is no certificate. /// There is no certificate used to authenticate the server.
/// </exception> /// </exception>
public void Start () public void Start ()
{ {