2 writes to disablePayloadMasking
System.ServiceModel (2)
System\ServiceModel\Channels\WebSocketTransportSettings.cs (2)
37this.disablePayloadMasking = WebSocketDefaults.DisablePayloadMasking; 154this.disablePayloadMasking = value;
1 reference to disablePayloadMasking
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
149return this.disablePayloadMasking;