Share via


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

HttpRelayTransportBindingElement.ProxyAuthenticationScheme 属性

定义

获取或设置用于对 HTTP 代理所处理的客户端请求进行身份验证的身份验证方案。

public System.Net.AuthenticationSchemes ProxyAuthenticationScheme { get; set; }
member this.ProxyAuthenticationScheme : System.Net.AuthenticationSchemes with get, set
Public Property ProxyAuthenticationScheme As AuthenticationSchemes

属性值

枚举的值之 AuthenticationSchemes 一,指定用于在代理上进行客户端身份验证的协议。 默认值为 Anonymous。

适用于