1 write to DisablePayloadMasking
System.ServiceModel.Http.Tests (1)
Channels\WebSocketTransportSettingsTest.cs (1)
17Assert.Throws<PlatformNotSupportedException>(() => setting.DisablePayloadMasking = true);
1 reference to DisablePayloadMasking
System.ServiceModel.Http.Tests (1)
Channels\WebSocketTransportSettingsTest.cs (1)
25Assert.Throws<PlatformNotSupportedException>(() => disablePayloadMasking = setting.DisablePayloadMasking);