[Modify] Add it
This commit is contained in:
@@ -69,6 +69,12 @@ namespace WebSocketSharp
|
|||||||
_clean = clean;
|
_clean = clean;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
internal CloseEventArgs (ushort code, string reason, bool clean)
|
||||||
|
{
|
||||||
|
_payloadData = new PayloadData (code, reason);
|
||||||
|
_clean = clean;
|
||||||
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region Public Properties
|
#region Public Properties
|
||||||
|
Reference in New Issue
Block a user