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

属性值

一个布尔值,指示连接是否将使用网络凭据。 值为 true 表示使用网络凭据。

实现

属性

适用于