次の方法で共有


NetHttpsBinding.WebSocketSettings プロパティ

定義

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

public:
 property System::ServiceModel::Channels::WebSocketTransportSettings ^ WebSocketSettings { System::ServiceModel::Channels::WebSocketTransportSettings ^ get(); };
public System.ServiceModel.Channels.WebSocketTransportSettings WebSocketSettings { get; }
member this.WebSocketSettings : System.ServiceModel.Channels.WebSocketTransportSettings
Public ReadOnly Property WebSocketSettings As WebSocketTransportSettings

プロパティ値

WebSocketTransportSettings

Web ソケット設定。

適用対象