[Modify] Edit it

This commit is contained in:
sta 2017-05-17 14:09:38 +09:00
parent 20631d494d
commit 0075defe21

View File

@ -1261,8 +1261,15 @@ namespace WebSocketSharp.Server
/// it is shutting down. /// it is shutting down.
/// </remarks> /// </remarks>
/// <exception cref="InvalidOperationException"> /// <exception cref="InvalidOperationException">
/// There is no configuration used to provide secure connections or /// <para>
/// the configuration has no server certificate. /// There is no configuration for secure connections.
/// </para>
/// <para>
/// -or-
/// </para>
/// <para>
/// There is no server certificate.
/// </para>
/// </exception> /// </exception>
/// <exception cref="SocketException"> /// <exception cref="SocketException">
/// The underlying <see cref="TcpListener"/> has failed to start. /// The underlying <see cref="TcpListener"/> has failed to start.