다음을 통해 공유


IDTSHttpClientConnection100.UseProxyCredentials 속성

정의

연결에서 네트워크 자격 증명을 사용할지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool UseProxyCredentials { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(19)]
public bool UseProxyCredentials { [System.Runtime.InteropServices.DispId(19)] get; [System.Runtime.InteropServices.DispId(19)] set; }
[<System.Runtime.InteropServices.DispId(19)>]
[<get: System.Runtime.InteropServices.DispId(19)>]
[<set: System.Runtime.InteropServices.DispId(19)>]
member this.UseProxyCredentials : bool with get, set
Public Property UseProxyCredentials As Boolean

속성 값

연결에서 네트워크 자격 증명을 사용하는 경우 true입니다. 그렇지 않으면 false입니다.

특성

설명

자세한 내용은 HttpClientConnection100Class를 참조하세요.

적용 대상