2 writes to CreateNotificationOnConnection
System.ServiceModel (2)
System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
48this.CreateNotificationOnConnection = settings.CreateNotificationOnConnection;
System\ServiceModel\Configuration\WebSocketTransportSettingsElement.cs (1)
88settings.CreateNotificationOnConnection = this.CreateNotificationOnConnection;
6 references to CreateNotificationOnConnection
System.ServiceModel (6)
System\ServiceModel\Channels\ServerWebSocketTransportDuplexSessionChannel.cs (1)
154return this.channel.WebSocketSettings.CreateNotificationOnConnection;
System\ServiceModel\Channels\WebSocketTransportSettings.cs (4)
48this.CreateNotificationOnConnection = settings.CreateNotificationOnConnection; 188&& this.CreateNotificationOnConnection == other.CreateNotificationOnConnection 209^ this.CreateNotificationOnConnection.GetHashCode()
System\ServiceModel\Configuration\WebSocketTransportSettingsElement.cs (1)
73SetPropertyValueIfNotDefaultValue(ConfigurationStrings.CreateNotificationOnConnection, settings.CreateNotificationOnConnection);