HttpClientConnection 멤버

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.

HttpClientConnection 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 HttpClientConnection Initializes a new instance of the HttpClientConnection class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 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 Determines whether two object instances are equal. (DtsObject에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode Returns the hash code for this instance. (DtsObject에서 상속됩니다.)
공용 메서드 GetProxyPassword Gets the proxy password.
공용 메서드 GetServerPassword Gets the server password.
공용 메서드 GetType (Object에서 상속됩니다.)
공용 메서드 LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application..::..LoadPackage method.
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 OpenRead Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property.
공용 메서드 SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application..::..SaveToXml method.
공용 메서드 ShowCertificateDialog Displays the Windows certificate information dialog box.
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 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 Returns 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.

맨 위로 이동