次の方法で共有


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

プロパティ値

Boolean

通知が作成される場合は true。それ以外の場合は false

属性

適用対象