[Modify] Polish it
This commit is contained in:
parent
f9ca46e840
commit
e34d14e2f6
@ -258,7 +258,9 @@ namespace WebSocketSharp
|
|||||||
|
|
||||||
public ulong Length {
|
public ulong Length {
|
||||||
get {
|
get {
|
||||||
return 2 + (ulong) (_extPayloadLength.Length + _maskingKey.Length) + _payloadData.Length;
|
return 2
|
||||||
|
+ (ulong) (_extPayloadLength.Length + _maskingKey.Length)
|
||||||
|
+ _payloadData.Length;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user