1 type derived from WebSocketTransportSettingsElement
System.ServiceModel (1)
System\ServiceModel\Configuration\NetHttpWebSocketTransportSettingsElement.cs (1)
13public sealed partial class NetHttpWebSocketTransportSettingsElement : WebSocketTransportSettingsElement
3 references to WebSocketTransportSettingsElement
System.ServiceModel (3)
System\ServiceModel\Configuration\HttpTransportElement.cs (2)
171public WebSocketTransportSettingsElement WebSocketSettings 173get { return (WebSocketTransportSettingsElement)base[ConfigurationStrings.WebSocketSettingsSectionName]; }
System\ServiceModel\Configuration\Properties.cs (1)
1376properties.Add(new ConfigurationProperty("webSocketSettings", typeof(System.ServiceModel.Configuration.WebSocketTransportSettingsElement), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));