WebSocketTransportSettingsElement.DisablePayloadMasking 属性
定义
获取或设置一个值,该值指示是否禁用负载屏蔽。Gets or sets a value that indicates whether to disable payload masking.
public:
property bool DisablePayloadMasking { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("disablePayloadMasking", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public bool DisablePayloadMasking { get; set; }
[<System.Configuration.ConfigurationProperty("disablePayloadMasking", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.DisablePayloadMasking : bool with get, set
Public Property DisablePayloadMasking As Boolean
属性值
true 是禁用有效负载蒙板,否则,为 false。true is payload masking is disabled; otherwise, false.
- 属性