Share via


NetHttpBinding.WebSocketSettings プロパティ

定義

WebSocket の設定を取得します。

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

プロパティ値

websocket の設定。

適用対象