WebSocketTransportSettingsElement.DisablePayloadMasking Eigenschap

Definitie

Hiermee wordt een waarde opgehaald of ingesteld die aangeeft of nettoladingmaskering moet worden uitgeschakeld.

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

Waarde van eigenschap

true is het maskeren van nettolading uitgeschakeld; anders, false.

Kenmerken

Van toepassing op