HttpClientConnection100Class 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
패키지가 HTTP 프로토콜을 사용하여 웹 서버에 접근하여 파일을 송수신할 수 있도록 하는 속성과 메서드를 포함합니다. 이 클래스는 상속할 수 없습니다.
public ref class HttpClientConnection100Class : Microsoft::SqlServer::Dts::Runtime::Wrapper::HttpClientConnection100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("82DD84C6-3531-4B5E-9D79-EA05DA4E7DD3")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class HttpClientConnection100Class : Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("FA05286C-CC47-4B70-AA0C-55F56F3DBC5B")]
public class HttpClientConnection100Class : Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("93EA4743-731F-4151-965F-BC21BE768453")]
public class HttpClientConnection100Class : Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("82DD84C6-3531-4B5E-9D79-EA05DA4E7DD3")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type HttpClientConnection100Class = class
interface IDTSHttpClientConnection100
interface HttpClientConnection100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("FA05286C-CC47-4B70-AA0C-55F56F3DBC5B")>]
type HttpClientConnection100Class = class
interface IDTSHttpClientConnection100
interface HttpClientConnection100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("93EA4743-731F-4151-965F-BC21BE768453")>]
type HttpClientConnection100Class = class
interface IDTSHttpClientConnection100
interface HttpClientConnection100
Public Class HttpClientConnection100Class
Implements HttpClientConnection100
- 상속
-
HttpClientConnection100Class
- 특성
- 구현
설명
자세한 내용은 HttpClientConnection를 참조하세요.
생성자
| Name | Description |
|---|---|
| HttpClientConnection100Class() |
HttpClientConnection100Class 클래스의 새 인스턴스를 초기화합니다. |
속성
| Name | Description |
|---|---|
| BypassProxyOnLocal |
프록시 서버가 자격 증명을 사용하도록 설정되어 있고 프록시 서버를 우회하고 로컬 주소를 사용하는지 나타내는 불리언을 받거나 설정합니다. |
| Certificate |
인증서의 실제 X.509 이진 인코딩을 나타내는 바이트 배열을 받거나 설정합니다. |
| CertificateIdentifier |
X.509 인증서 식별자를 받거나 설정합니다. |
| ChunkSize |
읽기/쓰기 작업 중 서버에서 가져와야 하거나 전송할 최소 바이트 수를 나타내는 값을 받거나 설정합니다. |
| ProxyBypassList |
프록시 서버를 사용하지 않는 주소를 받거나 설정합니다. |
| ProxyDomain |
프록시에 로그인할 때 사용하는 도메인 설정을 받거나 설정합니다. |
| ProxyPassword |
프록시에 로그인할 때 사용하는 비밀번호를 설정합니다. 이 속성은 읽기 전용입니다. |
| ProxyURL |
프록시 위치를 지정하는 URL을 받거나 설정합니다. |
| ProxyUserName |
프록시에 로그인할 때 사용하는 사용자 이름을 받거나 설정합니다. |
| ServerDomain |
서버에 로그인할 때 사용하는 도메인을 받거나 설정합니다. |
| ServerPassword |
서버에 로그인할 때 사용하는 비밀번호를 설정합니다. 이 속성은 쓰기 전용입니다. |
| ServerURL |
서버 위치를 지정하는 URL을 받거나 설정합니다. |
| ServerUserName |
서버에 로그인할 때 사용하는 사용자 이름을 받거나 설정합니다. |
| Timeout |
HTTP 연산이 타임아웃되는 초 수를 받거나 설정합니다. |
| UseProxy |
연결이 프록시를 사용할지 여부를 나타내는 불리언을 받거나 설정합니다. |
| UseProxyCredentials |
연결이 네트워크 자격 증명을 사용할지 여부를 나타내는 불리언을 받거나 설정합니다. |
| UseSecureConnection |
연결이 HTTPS인지 HTTP인지 나타내는 불리언을 받거나 설정합니다. |
| UseServerCredentials |
연결이 네트워크 자격 증명을 사용하는지 나타내는 불리언을 받거나 설정합니다. |
메서드
| Name | Description |
|---|---|
| Clone() |
복제 중인 객체와 정확히 같은 상태를 가진 새로운 연결 객체를 반환합니다. |
| DownloadData() |
속성에 ServerURL 명시된 리소스에서 다운로드한 데이터를 포함하는 바이트 배열을 반환합니다. |
| DownloadFile(String, Boolean) |
속성에 의해 ServerURL 지정된 리소스에서 로컬 파일로 데이터를 다운로드합니다. |
| GetProxyPassword() |
프록시 비밀번호를 얻습니다. |
| GetServerPassword() |
서버 비밀번호를 얻고, |
| OpenRead() |
속성에서 ServerURL 지정한 리소스에서 데이터를 다운로드할 수 있는 읽기 가능한 스트림을 엽니다. |
| ShowCertificateDialog(Int64) |
Windows 인증서 정보 대화상자를 표시합니다. |