HttpConnectionOptions.UseDefaultCredentials 속성

정의

HTTP 요청을 할 때 기본 자격 증명이 사용되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property Nullable<bool> UseDefaultCredentials { Nullable<bool> get(); void set(Nullable<bool> value); };
public bool? UseDefaultCredentials { get; set; }
member this.UseDefaultCredentials : Nullable<bool> with get, set
Public Property UseDefaultCredentials As Nullable(Of Boolean)

속성 값

적용 대상