HttpTransportElement.WebSocketSettings 속성

정의

웹 소켓 설정을 가져오거나 설정합니다.

public:
 property System::ServiceModel::Configuration::WebSocketTransportSettingsElement ^ WebSocketSettings { System::ServiceModel::Configuration::WebSocketTransportSettingsElement ^ get(); void set(System::ServiceModel::Configuration::WebSocketTransportSettingsElement ^ value); };
[System.Configuration.ConfigurationProperty("webSocketSettings")]
public System.ServiceModel.Configuration.WebSocketTransportSettingsElement WebSocketSettings { get; set; }
[<System.Configuration.ConfigurationProperty("webSocketSettings")>]
member this.WebSocketSettings : System.ServiceModel.Configuration.WebSocketTransportSettingsElement with get, set
Public Property WebSocketSettings As WebSocketTransportSettingsElement

속성 값

WebSocketTransportSettingsElement

웹 소켓 설정입니다.

특성

적용 대상