次の方法で共有


HttpTransportElement.WebSocketSettings プロパティ

定義

Web ソケット設定を取得または設定します。

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

プロパティ値

Web ソケット設定。

属性

適用対象