Share via


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 值指示使用网络凭据。

实现

属性

适用于