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 701b8ef commit 21a4850Copy full SHA for 21a4850
websocket-sharp/Net/HttpListener.cs
@@ -807,6 +807,9 @@ public void Close ()
807
/// <exception cref="InvalidOperationException">
808
/// This method was already called for <paramref name="asyncResult"/>.
809
/// </exception>
810
+ /// <exception cref="HttpListenerException">
811
+ /// This method is canceled.
812
+ /// </exception>
813
/// <exception cref="ObjectDisposedException">
814
/// This listener has been closed.
815
0 commit comments