[Modify] Remove it
This commit is contained in:
parent
de906341b2
commit
d5f45e5767
@ -53,11 +53,6 @@ namespace WebSocketSharp
|
|||||||
|
|
||||||
#region Internal Constructors
|
#region Internal Constructors
|
||||||
|
|
||||||
internal CloseEventArgs (PayloadData payloadData)
|
|
||||||
: this (payloadData, false)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
internal CloseEventArgs (ushort code, string reason)
|
internal CloseEventArgs (ushort code, string reason)
|
||||||
{
|
{
|
||||||
_payloadData = new PayloadData (code, reason);
|
_payloadData = new PayloadData (code, reason);
|
||||||
|
Loading…
Reference in New Issue
Block a user