共用方式為


WebSocketTransportSettingsElement.CreateNotificationOnConnection 屬性

定義

取得或設定值,指出是否在連接時建立通知。

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

屬性值

如果通知已建立,則為 true,否則為 false

屬性

適用於