[Modify] Edit it

This commit is contained in:
sta 2017-05-26 14:33:02 +09:00
parent 623ea75f4c
commit 1a463448e4

View File

@ -1294,7 +1294,7 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Starts receiving the WebSocket handshake requests. /// Starts receiving incoming handshake requests.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This method does nothing if the server has already /// This method does nothing if the server has already
@ -1308,7 +1308,7 @@ namespace WebSocketSharp.Server
/// -or- /// -or-
/// </para> /// </para>
/// <para> /// <para>
/// There is no server certificate. /// There is no certificate in the configuration.
/// </para> /// </para>
/// </exception> /// </exception>
/// <exception cref="SocketException"> /// <exception cref="SocketException">