[Modify] Polish it

This commit is contained in:
sta 2015-12-20 16:02:47 +09:00
parent 29e0d3607a
commit 9728750114

View File

@ -61,11 +61,11 @@ 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 frame, so it can only be used to
/// send a Ping from a server. /// send a ping from a server.
/// </remarks> /// </remarks>
internal static readonly byte[] EmptyPingBytes; internal static readonly byte[] EmptyPingBytes;