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 3b615b0 commit c3a041eCopy full SHA for c3a041e
websocket-sharp/CloseEventArgs.cs
@@ -53,11 +53,6 @@ public class CloseEventArgs : EventArgs
53
54
#region Internal Constructors
55
56
- internal CloseEventArgs (ushort code, string reason)
57
- {
58
- _payloadData = new PayloadData (code, reason);
59
- }
60
-
61
internal CloseEventArgs (PayloadData payloadData, bool clean)
62
{
63
_payloadData = payloadData;
0 commit comments