WebSocketTransportSettingsElement.CreateNotificationOnConnection Property

Definition

Gets or sets a value that indicates whether to create notification on connection.

public:
 property bool CreateNotificationOnConnection { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("createNotificationOnConnection", DefaultValue=false)]
public bool CreateNotificationOnConnection { get; set; }
[<System.Configuration.ConfigurationProperty("createNotificationOnConnection", DefaultValue=false)>]
member this.CreateNotificationOnConnection : bool with get, set
Public Property CreateNotificationOnConnection As Boolean

Property Value

true if notification is created; otherwise, false.

Attributes

Applies to