|
|
|
@ -31,7 +31,7 @@ using System;
|
|
|
|
namespace WebSocketSharp
|
|
|
|
namespace WebSocketSharp
|
|
|
|
{
|
|
|
|
{
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Contains the values that indicate whether the payload data of a WebSocket frame is masked.
|
|
|
|
/// Indicates whether the payload data of a WebSocket frame is masked.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <remarks>
|
|
|
|
/// <remarks>
|
|
|
|
/// The values of this enumeration are defined in
|
|
|
|
/// The values of this enumeration are defined in
|
|
|
|
|