다음을 통해 공유


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

속성 값

Boolean

true는 페이로드 마스크를 사용할 수 없는 것이고, 그렇지 않으면 false입니다.

특성

적용 대상