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