语言

HttpClientConnection100Class.UseServerCredentials 属性

定义

获取或设置一个布尔值,指示连接是否使用网络凭证。

public:
 virtual property bool UseServerCredentials { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(3)]
public virtual bool UseServerCredentials { [System.Runtime.InteropServices.DispId(3)] get; [System.Runtime.InteropServices.DispId(3)] set; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
[<set: System.Runtime.InteropServices.DispId(3)>]
member this.UseServerCredentials : bool with get, set
Public Overridable Property UseServerCredentials As Boolean

属性值

一个布尔值,表示连接是否会使用网络凭证。 值为真表示使用网络凭证。

实现

属性

适用于