9 references to WebSocketSettingsSectionName
System.ServiceModel (9)
System\ServiceModel\Configuration\HttpTransportElement.cs (3)
170
[ConfigurationProperty(ConfigurationStrings.
WebSocketSettingsSectionName
)]
173
get { return (WebSocketTransportSettingsElement)base[ConfigurationStrings.
WebSocketSettingsSectionName
]; }
174
set { base[ConfigurationStrings.
WebSocketSettingsSectionName
] = value; }
System\ServiceModel\Configuration\NetHttpBindingElement.cs (3)
50
[ConfigurationProperty(ConfigurationStrings.
WebSocketSettingsSectionName
)]
53
get { return (NetHttpWebSocketTransportSettingsElement)base[ConfigurationStrings.
WebSocketSettingsSectionName
]; }
54
set { base[ConfigurationStrings.
WebSocketSettingsSectionName
] = value; }
System\ServiceModel\Configuration\NetHttpsBindingElement.cs (3)
50
[ConfigurationProperty(ConfigurationStrings.
WebSocketSettingsSectionName
)]
53
get { return (NetHttpWebSocketTransportSettingsElement)base[ConfigurationStrings.
WebSocketSettingsSectionName
]; }
54
set { base[ConfigurationStrings.
WebSocketSettingsSectionName
] = value; }