次の方法で共有


WebSocketTransportSettingsElement.DisablePayloadMasking プロパティ

定義

ペイロード マスキングを無効にするかどうかを示す値を取得または設定します。

public:
 property bool DisablePayloadMasking { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("disablePayloadMasking", DefaultValue=false)]
public bool DisablePayloadMasking { get; set; }
[<System.Configuration.ConfigurationProperty("disablePayloadMasking", DefaultValue=false)>]
member this.DisablePayloadMasking : bool with get, set
Public Property DisablePayloadMasking As Boolean

プロパティ値

ペイロードのマスクが無効化されている場合は true。それ以外の場合は false

属性

適用対象