2 writes to createNotificationOnConnection
System.ServiceModel (2)
System\ServiceModel\Channels\WebSocketTransportSettings.cs (2)
34
this.
createNotificationOnConnection
= WebSocketDefaults.CreateNotificationOnConnection;
77
this.
createNotificationOnConnection
= value;
1 reference to createNotificationOnConnection
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
72
return this.
createNotificationOnConnection
;