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