다음을 통해 공유


HttpClientConnection100 인터페이스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

For more information, see HttpClientConnection100Class.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
<GuidAttribute("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")> _
Public Interface HttpClientConnection100 _
    Inherits IDTSHttpClientConnection100
‘사용 방법
Dim instance As HttpClientConnection100
[GuidAttribute("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")]
public interface HttpClientConnection100 : IDTSHttpClientConnection100
[GuidAttribute(L"2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")]
public interface class HttpClientConnection100 : IDTSHttpClientConnection100
[<GuidAttribute("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")>]
type HttpClientConnection100 =  
    interface 
        interface IDTSHttpClientConnection100 
    end
public interface HttpClientConnection100 extends IDTSHttpClientConnection100

HttpClientConnection100 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 BypassProxyOnLocal 인프라입니다. Gets or sets a value that indicates whether the proxy server is configured to use credentials and bypass the proxy server and use local addresses instead. (IDTSHttpClientConnection100에서 상속됨)
공용 속성 Certificate 인프라입니다. Gets or sets the certificate. (IDTSHttpClientConnection100에서 상속됨)
공용 속성 CertificateIdentifier 인프라입니다. Gets or sets the certificate identifier. (IDTSHttpClientConnection100에서 상속됨)
공용 속성 ChunkSize 인프라입니다. Gets or sets the value that indicates the minimum number of bytes to retrieve from or send to the server during a read/write operation. (IDTSHttpClientConnection100에서 상속됨)
공용 속성 ProxyBypassList 인프라입니다. Gets or sets the addresses that do not use a proxy server. (IDTSHttpClientConnection100에서 상속됨)
공용 속성 ProxyDomain 인프라입니다. Gets or sets the domain setting that is used to log on to the proxy. (IDTSHttpClientConnection100에서 상속됨)
공용 속성 ProxyPassword 인프라입니다. Sets the password used to log on to the proxy. (IDTSHttpClientConnection100에서 상속됨)
공용 속성 ProxyURL 인프라입니다. Gets or sets the URL that specifies the location of the proxy. (IDTSHttpClientConnection100에서 상속됨)
공용 속성 ProxyUserName 인프라입니다. Gets or sets the username that is used when logging on to the proxy. (IDTSHttpClientConnection100에서 상속됨)
공용 속성 ServerDomain 인프라입니다. Gets or sets the domain used to log on to the server. (IDTSHttpClientConnection100에서 상속됨)
공용 속성 ServerPassword 인프라입니다. Sets the password used to log on to the server. (IDTSHttpClientConnection100에서 상속됨)
공용 속성 ServerURL 인프라입니다. Gets or sets the URL that specifies the location of the server. (IDTSHttpClientConnection100에서 상속됨)
공용 속성 ServerUserName 인프라입니다. Gets or sets the username used to log on to the server. (IDTSHttpClientConnection100에서 상속됨)
공용 속성 Timeout 인프라입니다. Gets or sets the number of seconds after which the HTTP operation times out. (IDTSHttpClientConnection100에서 상속됨)
공용 속성 UseProxy 인프라입니다. Gets or sets a value that indicates whether or not the connection will use a proxy. (IDTSHttpClientConnection100에서 상속됨)
공용 속성 UseProxyCredentials 인프라입니다. Gets or sets a value that indicates whether or not the connection will use network credentials. (IDTSHttpClientConnection100에서 상속됨)
공용 속성 UseSecureConnection 인프라입니다. Gets or sets a value that indicates whether the connection is HTTPS or HTTP. (IDTSHttpClientConnection100에서 상속됨)
공용 속성 UseServerCredentials 인프라입니다. Gets or sets a value that indicates whether the connection uses network credentials. (IDTSHttpClientConnection100에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 Clone 인프라입니다. Returns an instance IDTSHttpClientConnection100 object. (IDTSHttpClientConnection100에서 상속됨)
공용 메서드 DownloadData 인프라입니다. Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property. (IDTSHttpClientConnection100에서 상속됨)
공용 메서드 DownloadFile 인프라입니다. Downloads data from the resource specified by ServerURL property to a local file. (IDTSHttpClientConnection100에서 상속됨)
공용 메서드 GetProxyPassword 인프라입니다. Gets the proxy password. (IDTSHttpClientConnection100에서 상속됨)
공용 메서드 GetServerPassword 인프라입니다. Gets the server password. (IDTSHttpClientConnection100에서 상속됨)
공용 메서드 OpenRead 인프라입니다. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property. (IDTSHttpClientConnection100에서 상속됨)
공용 메서드 ShowCertificateDialog 인프라입니다. Displays the windows certificate information dialog box. (IDTSHttpClientConnection100에서 상속됨)

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스