[Modify] Edit it
This commit is contained in:
parent
20631d494d
commit
0075defe21
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user