5 references to WebSocketTransportUsageHelper
System.ServiceModel (5)
System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
62WebSocketTransportUsageHelper.Validate(value);
System\ServiceModel\Configuration\NetHttpWebSocketTransportSettingsElement.cs (1)
16[ServiceModelEnumValidator(typeof(WebSocketTransportUsageHelper))]
System\ServiceModel\Configuration\Properties.cs (2)
2211properties.Add(new ConfigurationProperty("transportUsage", typeof(System.ServiceModel.Channels.WebSocketTransportUsage), System.ServiceModel.Channels.WebSocketTransportUsage.WhenDuplex, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.Channels.WebSocketTransportUsageHelper)), System.Configuration.ConfigurationPropertyOptions.None)); 2237properties.Add(new ConfigurationProperty("transportUsage", typeof(System.ServiceModel.Channels.WebSocketTransportUsage), System.ServiceModel.Channels.WebSocketTransportUsage.Never, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.Channels.WebSocketTransportUsageHelper)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Configuration\WebSocketTransportSettingsElement.cs (1)
19[ServiceModelEnumValidator(typeof(WebSocketTransportUsageHelper))]