[Modify] Edit it

This commit is contained in:
sta 2017-10-22 17:32:33 +09:00
parent e1e40f97de
commit 838e01d6e1

View File

@ -1456,12 +1456,12 @@ namespace WebSocketSharp.Server
/// Starts receiving incoming requests. /// Starts receiving incoming requests.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This method does nothing if the server has already /// This method does nothing if the server has already started or
/// started or it is shutting down. /// it is shutting down.
/// </remarks> /// </remarks>
/// <exception cref="InvalidOperationException"> /// <exception cref="InvalidOperationException">
/// <para> /// <para>
/// There is no certificate used to authenticate the server. /// There is no server certificate for secure connections.
/// </para> /// </para>
/// <para> /// <para>
/// -or- /// -or-