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

属性

适用于