WebSocketTransportSettings.DisablePayloadMasking Property

Definition

Gets or sets a value that indicates whether the web socket masking is disabled.

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

Property Value

true if the web socket masking is disabled; otherwise, false.

Applies to