WebSocketTransportSettings.DisablePayloadMasking プロパティ

定義

Web ソケット マスクが無効かどうかを示す値を取得または設定します。

public:
 property bool DisablePayloadMasking { bool get(); void set(bool value); };
public bool DisablePayloadMasking { get; set; }
member this.DisablePayloadMasking : bool with get, set
Public Property DisablePayloadMasking As Boolean

プロパティ値

true Web ソケット マスクが無効になっている場合。それ以外の場合は false

適用対象