你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 用户名。

适用于