[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.
/// </remarks>
/// <exception cref="InvalidOperationException">
/// There is no configuration used to provide secure connections or
/// the configuration has no server certificate.
/// <para>
/// There is no configuration for secure connections.
/// </para>
/// <para>
/// -or-
/// </para>
/// <para>
/// There is no server certificate.
/// </para>
/// </exception>
/// <exception cref="SocketException">
/// The underlying <see cref="TcpListener"/> has failed to start.