IDTSHttpClientConnection100 인터페이스

정의

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

public interface class IDTSHttpClientConnection100
[System.Runtime.InteropServices.Guid("A53BF37D-0863-4927-BF26-C13F87791D1F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
public interface IDTSHttpClientConnection100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
[System.Runtime.InteropServices.Guid("5AAB1436-8461-4C8F-A214-6151BD862BA2")]
public interface IDTSHttpClientConnection100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
[System.Runtime.InteropServices.Guid("802A39B6-548B-4326-B064-B7E1E25B5F22")]
public interface IDTSHttpClientConnection100
[<System.Runtime.InteropServices.Guid("A53BF37D-0863-4927-BF26-C13F87791D1F")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
type IDTSHttpClientConnection100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
[<System.Runtime.InteropServices.Guid("5AAB1436-8461-4C8F-A214-6151BD862BA2")>]
type IDTSHttpClientConnection100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
[<System.Runtime.InteropServices.Guid("802A39B6-548B-4326-B064-B7E1E25B5F22")>]
type IDTSHttpClientConnection100 = interface
Public Interface IDTSHttpClientConnection100
파생
특성

속성

BypassProxyOnLocal

프록시 서버가 자격 증명을 사용하고, 프록시 서버를 무시하여 대신 로컬 주소를 사용하도록 구성되어 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

Certificate

인증서를 가져오거나 설정합니다.

CertificateIdentifier

인증서 식별자를 가져오거나 설정합니다.

ChunkSize

읽기/쓰기 작업 중 서버에서 받거나 서버로 보내는 최소 바이트 수를 나타내는 값을 가져오거나 설정합니다.

ProxyBypassList

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

ProxyDomain

프록시에 로그온하는 데 사용되는 도메인 설정을 가져오거나 설정합니다.

ProxyPassword

프록시에 로그온하는 데 사용되는 암호를 설정합니다.

ProxyURL

프록시의 위치를 지정하는 URL을 가져오거나 설정합니다.

ProxyUserName

프록시에 로그온하는 데 사용되는 사용자 이름을 가져오거나 설정합니다.

ServerDomain

서버에 로그온하는 데 사용되는 도메인을 가져오거나 설정합니다.

ServerPassword

서버에 로그온하는 데 사용되는 암호를 설정합니다.

ServerURL

서버의 위치를 지정하는 URL을 가져오거나 설정합니다.

ServerUserName

서버에 로그온하는 데 사용되는 사용자 이름을 가져오거나 설정합니다.

Timeout

HTTP 작업의 제한 시간(초)을 가져오거나 설정합니다.

UseProxy

연결에서 프록시를 사용할지 여부를 나타내는 값을 가져오거나 설정합니다.

UseProxyCredentials

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

UseSecureConnection

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

UseServerCredentials

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

메서드

Clone()

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

DownloadData()

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

DownloadFile(String, Boolean)

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

GetProxyPassword()

프록시 암호를 가져옵니다.

GetServerPassword()

서버 암호를 가져옵니다.

OpenRead()

ServerURL 속성에 의해 지정된 리소스에서 다운로드할 데이터에 대한 읽을 수 있는 스트림을 엽니다.

ShowCertificateDialog(Int64)

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

적용 대상