Share via


HttpClientConnection100Class 클래스

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

Contains properties and methods that enable a package to access a Web server using the HTTP protocol to send or receive files. This class cannot be inherited.

상속 계층

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class

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

구문

‘선언
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("02A32716-E885-4926-99AF-00A3B7784C93")> _
Public Class HttpClientConnection100Class _
    Implements IDTSHttpClientConnection100, HttpClientConnection100
‘사용 방법
Dim instance As HttpClientConnection100Class
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("02A32716-E885-4926-99AF-00A3B7784C93")]
public class HttpClientConnection100Class : IDTSHttpClientConnection100, 
    HttpClientConnection100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"02A32716-E885-4926-99AF-00A3B7784C93")]
public ref class HttpClientConnection100Class : IDTSHttpClientConnection100, 
    HttpClientConnection100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("02A32716-E885-4926-99AF-00A3B7784C93")>]
type HttpClientConnection100Class =  
    class 
        interface IDTSHttpClientConnection100 
        interface HttpClientConnection100 
    end
public class HttpClientConnection100Class implements IDTSHttpClientConnection100, HttpClientConnection100

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

생성자

  이름 설명
공용 메서드 HttpClientConnection100Class 인프라입니다. Initializes a new instance of the HttpClientConnection100Class class.

맨 위로 이동

속성

  이름 설명
공용 속성 BypassProxyOnLocal 인프라입니다. Gets or sets a Boolean that indicates if the proxy server is configured to use credentials and bypass the proxy server and use local addresses instead.
공용 속성 Certificate 인프라입니다. Gets or sets a byte array that represents the actual X.509 binary encoding of the certificate.
공용 속성 CertificateIdentifier 인프라입니다. Gets or sets the X.509 certificate identifier.
공용 속성 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.
공용 속성 ProxyBypassList 인프라입니다. Gets or sets the addresses that do not use a proxy server.
공용 속성 ProxyDomain 인프라입니다. Gets or sets the domain setting that is used to log on to the proxy.
공용 속성 ProxyPassword 인프라입니다. Sets the password used to log on to the proxy. This property is read-only.
공용 속성 ProxyURL 인프라입니다. Gets or sets the URL that specifies the location of the proxy.
공용 속성 ProxyUserName 인프라입니다. Gets or sets the username that is used when logging on to the proxy.
공용 속성 ServerDomain 인프라입니다. Gets or sets the domain used to log on to the server.
공용 속성 ServerPassword 인프라입니다. Sets the password used to log on to the server. This property is write-only.
공용 속성 ServerURL 인프라입니다. Gets or sets the URL that specifies the location of the server.
공용 속성 ServerUserName 인프라입니다. Gets or sets the username used to log on to the server.
공용 속성 Timeout 인프라입니다. Gets or sets the number of seconds after which the HTTP operation times out.
공용 속성 UseProxy 인프라입니다. Gets or sets a Boolean that indicates whether or not the connection will use a proxy.
공용 속성 UseProxyCredentials 인프라입니다. Gets or sets a Boolean that indicates whether or not the connection will use network credentials.
공용 속성 UseSecureConnection 인프라입니다. Gets or sets a Boolean that indicates whether the connection is HTTPS or HTTP.
공용 속성 UseServerCredentials 인프라입니다. Gets or sets a Boolean that indicates whether the connection uses network credentials.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Clone 인프라입니다. Returns a new connection object that has the exact same state as the one being cloned.
공용 메서드 DownloadData 인프라입니다. Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property.
공용 메서드 DownloadFile 인프라입니다. Downloads data from the resource specified by ServerURL property to a local file.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetProxyPassword 인프라입니다. Gets the proxy password.
공용 메서드 GetServerPassword 인프라입니다. Gets the server password.
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 OpenRead 인프라입니다. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property.
공용 메서드 ShowCertificateDialog 인프라입니다. Displays the Windows certificate information dialog box.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

주의

For more information, see HttpClientConnection.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

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