HttpClientConnection100Class.UseServerCredentials Property

Definition

Gets or sets a Boolean that indicates whether the connection uses network credentials.

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

Property Value

A Boolean that indicates whether the connection will use network credentials. A value of true indicates that network credentials are used.

Implements

Attributes

Applies to