We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e40f9 commit 838e01dCopy full SHA for 838e01d
websocket-sharp/Server/HttpServer.cs
@@ -1456,12 +1456,12 @@ public bool RemoveWebSocketService (string path)
1456
/// Starts receiving incoming requests.
1457
/// </summary>
1458
/// <remarks>
1459
- /// This method does nothing if the server has already
1460
- /// started or it is shutting down.
+ /// This method does nothing if the server has already started or
+ /// it is shutting down.
1461
/// </remarks>
1462
/// <exception cref="InvalidOperationException">
1463
/// <para>
1464
- /// There is no certificate used to authenticate the server.
+ /// There is no server certificate for secure connections.
1465
/// </para>
1466
1467
/// -or-
0 commit comments