IDTSHttpClientConnection100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For more information, see 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
- Derived
- Attributes
Properties
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. |
Certificate |
Gets or sets the certificate. |
CertificateIdentifier |
Gets or sets the 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. |
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. |
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 value that indicates whether or not the connection will use a proxy. |
UseProxyCredentials |
Gets or sets a value that indicates whether or not the connection will use network credentials. |
UseSecureConnection |
Gets or sets a value that indicates whether the connection is HTTPS or HTTP. |
UseServerCredentials |
Gets or sets a value that indicates whether the connection uses network credentials. |
Methods
Clone() |
Returns an instance IDTSHttpClientConnection100 object. |
DownloadData() |
Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property. |
DownloadFile(String, Boolean) |
Downloads data from the resource specified by ServerURL property to a local file. |
GetProxyPassword() |
Gets the proxy password. |
GetServerPassword() |
Gets the server password. |
OpenRead() |
Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property. |
ShowCertificateDialog(Int64) |
Displays the windows certificate information dialog box. |