3 references to TransportUsage
System.ServiceModel (3)
System\ServiceModel\Configuration\NetHttpWebSocketTransportSettingsElement.cs (1)
15[ConfigurationProperty(ConfigurationStrings.TransportUsage, DefaultValue = NetHttpBindingDefaults.TransportUsage)]
System\ServiceModel\NetHttpBinding.cs (1)
302this.WebSocketSettings.TransportUsage = NetHttpBindingDefaults.TransportUsage;
System\ServiceModel\NetHttpsBinding.cs (1)
204this.InternalWebSocketSettings.TransportUsage = NetHttpBindingDefaults.TransportUsage;