次の方法で共有


NetHttpsBindingElement.WebSocketSettings プロパティ

定義

NetHttpsBindingElement に使用される Web ソケット設定を取得または設定します。

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

プロパティ値

使用される Web ソケット設定。

属性

適用対象