HttpConnectivitySettings クラス

定義

注意事項

This type is deprecated. Please use GatewaySettings instead.

HTTP 設定の構成要求のペイロード。

[System.Obsolete("This type is deprecated. Please use GatewaySettings instead.")]
public class HttpConnectivitySettings
[<System.Obsolete("This type is deprecated. Please use GatewaySettings instead.")>]
type HttpConnectivitySettings = class
Public Class HttpConnectivitySettings
継承
HttpConnectivitySettings
属性

コンストラクター

HttpConnectivitySettings()
古い.

HTTP 設定の構成要求のペイロード。

プロパティ

EnabledCredential
古い.

HTTP ベースの承認が有効かどうかを取得または設定します。 指定できる値は、'true'、'false' です。

Password
古い.

HTTP ユーザー パスワードを取得または設定します。

Username
古い.

HTTP ユーザー名を取得または設定します。

適用対象