[Modify] Edit it
This commit is contained in:
parent
fe7e227ecf
commit
4bc45632b9
@ -61,11 +61,12 @@ namespace WebSocketSharp
|
|||||||
#region Internal Fields
|
#region Internal Fields
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents the ping frame without the payload data as an array of <see cref="byte"/>.
|
/// Represents the ping frame without the payload data as an array of
|
||||||
|
/// <see cref="byte"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// The value of this field is created from a non masked frame, so it can only be used to
|
/// The value of this field is created from a non masked ping frame,
|
||||||
/// send a ping from a server.
|
/// so it can only be used to send a ping from the server.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
internal static readonly byte[] EmptyPingBytes;
|
internal static readonly byte[] EmptyPingBytes;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user