ConnectionManagerHttpClass.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); };
public virtual bool UseServerCredentials { get; set; }
member this.UseServerCredentials : bool with get, set
Public Overridable Property UseServerCredentials As Boolean

Property Value

true if the connection uses network credentials; otherwise, false.

Implements

Applies to