언어

HttpClientConnection100 인터페이스

정의

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

public interface class HttpClientConnection100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSHttpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))]
[System.Runtime.InteropServices.Guid("A53BF37D-0863-4927-BF26-C13F87791D1F")]
public interface HttpClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSHttpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))]
[System.Runtime.InteropServices.Guid("5AAB1436-8461-4C8F-A214-6151BD862BA2")]
public interface HttpClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSHttpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))]
[System.Runtime.InteropServices.Guid("802A39B6-548B-4326-B064-B7E1E25B5F22")]
public interface HttpClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSHttpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("A53BF37D-0863-4927-BF26-C13F87791D1F")>]
type HttpClientConnection100 = interface
    interface IDTSHttpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("5AAB1436-8461-4C8F-A214-6151BD862BA2")>]
type HttpClientConnection100 = interface
    interface IDTSHttpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("802A39B6-548B-4326-B064-B7E1E25B5F22")>]
type HttpClientConnection100 = interface
    interface IDTSHttpClientConnection100
Public Interface HttpClientConnection100
Implements IDTSHttpClientConnection100
파생
특성
구현

속성

Name Description
BypassProxyOnLocal

프록시 서버가 자격 증명을 사용하도록 설정되어 프록시 서버를 우회하고 로컬 주소를 사용하는지 여부를 나타내는 값을 받거나 설정합니다.

(다음에서 상속됨 IDTSHttpClientConnection100)
Certificate

인증서를 받거나 설정하는 것.

(다음에서 상속됨 IDTSHttpClientConnection100)
CertificateIdentifier

인증서 식별자를 받거나 설정합니다.

(다음에서 상속됨 IDTSHttpClientConnection100)
ChunkSize

읽기/쓰기 작업 중 서버에서 가져와야 하거나 전송할 최소 바이트 수를 나타내는 값을 받거나 설정합니다.

(다음에서 상속됨 IDTSHttpClientConnection100)
ProxyBypassList

프록시 서버를 사용하지 않는 주소를 받거나 설정합니다.

(다음에서 상속됨 IDTSHttpClientConnection100)
ProxyDomain

프록시에 로그인할 때 사용하는 도메인 설정을 받거나 설정합니다.

(다음에서 상속됨 IDTSHttpClientConnection100)
ProxyPassword

프록시에 로그인할 때 사용하는 비밀번호를 설정합니다.

(다음에서 상속됨 IDTSHttpClientConnection100)
ProxyURL

프록시 위치를 지정하는 URL을 받거나 설정합니다.

(다음에서 상속됨 IDTSHttpClientConnection100)
ProxyUserName

프록시에 로그인할 때 사용하는 사용자 이름을 받거나 설정합니다.

(다음에서 상속됨 IDTSHttpClientConnection100)
ServerDomain

서버에 로그인할 때 사용하는 도메인을 받거나 설정합니다.

(다음에서 상속됨 IDTSHttpClientConnection100)
ServerPassword

서버에 로그인할 때 사용하는 비밀번호를 설정합니다.

(다음에서 상속됨 IDTSHttpClientConnection100)
ServerURL

서버 위치를 지정하는 URL을 받거나 설정합니다.

(다음에서 상속됨 IDTSHttpClientConnection100)
ServerUserName

서버에 로그인할 때 사용하는 사용자 이름을 받거나 설정합니다.

(다음에서 상속됨 IDTSHttpClientConnection100)
Timeout

HTTP 연산이 타임아웃되는 초 수를 받거나 설정합니다.

(다음에서 상속됨 IDTSHttpClientConnection100)
UseProxy

연결이 프록시를 사용할지 여부를 나타내는 값을 받거나 설정합니다.

(다음에서 상속됨 IDTSHttpClientConnection100)
UseProxyCredentials

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

(다음에서 상속됨 IDTSHttpClientConnection100)
UseSecureConnection

연결이 HTTPS인지 HTTP인지 나타내는 값을 받거나 설정합니다.

(다음에서 상속됨 IDTSHttpClientConnection100)
UseServerCredentials

연결이 네트워크 자격 증명을 사용하는지 나타내는 값을 받거나 설정합니다.

(다음에서 상속됨 IDTSHttpClientConnection100)

메서드

Name Description
Clone()

인스턴스 IDTSHttpClientConnection100 객체를 반환합니다.

(다음에서 상속됨 IDTSHttpClientConnection100)
DownloadData()

속성에 ServerURL 명시된 리소스에서 다운로드한 데이터를 포함하는 바이트 배열을 반환합니다.

(다음에서 상속됨 IDTSHttpClientConnection100)
DownloadFile(String, Boolean)

속성에 의해 ServerURL 지정된 리소스에서 로컬 파일로 데이터를 다운로드합니다.

(다음에서 상속됨 IDTSHttpClientConnection100)
GetProxyPassword()

프록시 비밀번호를 얻습니다.

(다음에서 상속됨 IDTSHttpClientConnection100)
GetServerPassword()

서버 비밀번호를 얻고,

(다음에서 상속됨 IDTSHttpClientConnection100)
OpenRead()

속성에서 ServerURL 지정한 리소스에서 데이터를 다운로드할 수 있는 읽기 가능한 스트림을 엽니다.

(다음에서 상속됨 IDTSHttpClientConnection100)
ShowCertificateDialog(Int64)

윈도우 인증서 정보 대화상자를 표시합니다.

(다음에서 상속됨 IDTSHttpClientConnection100)

적용 대상