Modified a few in CloseEventArgs.cs
This commit is contained in:
parent
f94c6850d4
commit
8dceb1fb0c
@ -60,9 +60,11 @@ namespace WebSocketSharp
|
|||||||
|
|
||||||
internal CloseEventArgs ()
|
internal CloseEventArgs ()
|
||||||
{
|
{
|
||||||
|
_payloadData = new PayloadData ();
|
||||||
|
_rawData = _payloadData.ApplicationData;
|
||||||
|
|
||||||
_code = (ushort) CloseStatusCode.NoStatusCode;
|
_code = (ushort) CloseStatusCode.NoStatusCode;
|
||||||
_reason = String.Empty;
|
_reason = String.Empty;
|
||||||
_rawData = new byte[0];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
internal CloseEventArgs (ushort code)
|
internal CloseEventArgs (ushort code)
|
||||||
|
Loading…
Reference in New Issue
Block a user