다음을 통해 공유


NetHttpBindingElement.WebSocketSettings 속성

정의

NetHttpBindingElement에 사용되는 웹 소켓 설정을 가져오거나 설정합니다.

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

속성 값

NetHttpWebSocketTransportSettingsElement

사용되는 웹 소켓 설정입니다.

특성

적용 대상