다음을 통해 공유


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입니다.

특성

적용 대상