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