[Modify] Remove it
This commit is contained in:
parent
a3e4cea416
commit
7568292ad6
@ -53,11 +53,6 @@ namespace WebSocketSharp
|
||||
|
||||
#region Internal Constructors
|
||||
|
||||
internal CloseEventArgs ()
|
||||
{
|
||||
_payloadData = PayloadData.Empty;
|
||||
}
|
||||
|
||||
internal CloseEventArgs (ushort code)
|
||||
: this (code, null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user