IDTSHttpClientConnection100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
자세한 내용은 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
- 파생
- 특성
속성
| Name | Description |
|---|---|
| BypassProxyOnLocal |
프록시 서버가 자격 증명을 사용하도록 설정되어 프록시 서버를 우회하고 로컬 주소를 사용하는지 여부를 나타내는 값을 받거나 설정합니다. |
| Certificate |
인증서를 받거나 설정하는 것. |
| CertificateIdentifier |
인증서 식별자를 받거나 설정합니다. |
| ChunkSize |
읽기/쓰기 작업 중 서버에서 가져와야 하거나 전송할 최소 바이트 수를 나타내는 값을 받거나 설정합니다. |
| ProxyBypassList |
프록시 서버를 사용하지 않는 주소를 받거나 설정합니다. |
| ProxyDomain |
프록시에 로그인할 때 사용하는 도메인 설정을 받거나 설정합니다. |
| ProxyPassword |
프록시에 로그인할 때 사용하는 비밀번호를 설정합니다. |
| ProxyURL |
프록시 위치를 지정하는 URL을 받거나 설정합니다. |
| ProxyUserName |
프록시에 로그인할 때 사용하는 사용자 이름을 받거나 설정합니다. |
| ServerDomain |
서버에 로그인할 때 사용하는 도메인을 받거나 설정합니다. |
| ServerPassword |
서버에 로그인할 때 사용하는 비밀번호를 설정합니다. |
| ServerURL |
서버 위치를 지정하는 URL을 받거나 설정합니다. |
| ServerUserName |
서버에 로그인할 때 사용하는 사용자 이름을 받거나 설정합니다. |
| Timeout |
HTTP 연산이 타임아웃되는 초 수를 받거나 설정합니다. |
| UseProxy |
연결이 프록시를 사용할지 여부를 나타내는 값을 받거나 설정합니다. |
| UseProxyCredentials |
연결이 네트워크 자격 증명을 사용할지 여부를 나타내는 값을 받거나 설정합니다. |
| UseSecureConnection |
연결이 HTTPS인지 HTTP인지 나타내는 값을 받거나 설정합니다. |
| UseServerCredentials |
연결이 네트워크 자격 증명을 사용하는지 나타내는 값을 받거나 설정합니다. |
메서드
| Name | Description |
|---|---|
| Clone() |
인스턴스 IDTSHttpClientConnection100 객체를 반환합니다. |
| DownloadData() |
속성에 ServerURL 명시된 리소스에서 다운로드한 데이터를 포함하는 바이트 배열을 반환합니다. |
| DownloadFile(String, Boolean) |
속성에 의해 ServerURL 지정된 리소스에서 로컬 파일로 데이터를 다운로드합니다. |
| GetProxyPassword() |
프록시 비밀번호를 얻습니다. |
| GetServerPassword() |
서버 비밀번호를 얻고, |
| OpenRead() |
속성에서 ServerURL 지정한 리소스에서 데이터를 다운로드할 수 있는 읽기 가능한 스트림을 엽니다. |
| ShowCertificateDialog(Int64) |
윈도우 인증서 정보 대화상자를 표시합니다. |