共用方式為


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

屬性

適用於