Partager via


Interface IDTSHttpClientConnection100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see HttpClientConnection100Class.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")> _
Public Interface IDTSHttpClientConnection100
'Utilisation
Dim instance As IDTSHttpClientConnection100
[GuidAttribute("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")]
public interface IDTSHttpClientConnection100
[GuidAttribute(L"2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")]
public interface class IDTSHttpClientConnection100
[<GuidAttribute("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")>]
type IDTSHttpClientConnection100 =  interface end
public interface IDTSHttpClientConnection100

Le type IDTSHttpClientConnection100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique BypassProxyOnLocal Infrastructure. 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.
Propriété publique Certificate Infrastructure. Gets or sets the certificate.
Propriété publique CertificateIdentifier Infrastructure. Gets or sets the certificate identifier.
Propriété publique ChunkSize Infrastructure. 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.
Propriété publique ProxyBypassList Infrastructure. Gets or sets the addresses that do not use a proxy server.
Propriété publique ProxyDomain Infrastructure. Gets or sets the domain setting that is used to log on to the proxy.
Propriété publique ProxyPassword Infrastructure. Sets the password used to log on to the proxy.
Propriété publique ProxyURL Infrastructure. Gets or sets the URL that specifies the location of the proxy.
Propriété publique ProxyUserName Infrastructure. Gets or sets the username that is used when logging on to the proxy.
Propriété publique ServerDomain Infrastructure. Gets or sets the domain used to log on to the server.
Propriété publique ServerPassword Infrastructure. Sets the password used to log on to the server.
Propriété publique ServerURL Infrastructure. Gets or sets the URL that specifies the location of the server.
Propriété publique ServerUserName Infrastructure. Gets or sets the username used to log on to the server.
Propriété publique Timeout Infrastructure. Gets or sets the number of seconds after which the HTTP operation times out.
Propriété publique UseProxy Infrastructure. Gets or sets a value that indicates whether or not the connection will use a proxy.
Propriété publique UseProxyCredentials Infrastructure. Gets or sets a value that indicates whether or not the connection will use network credentials.
Propriété publique UseSecureConnection Infrastructure. Gets or sets a value that indicates whether the connection is HTTPS or HTTP.
Propriété publique UseServerCredentials Infrastructure. Gets or sets a value that indicates whether the connection uses network credentials.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clone Infrastructure. Returns an instance IDTSHttpClientConnection100 object.
Méthode publique DownloadData Infrastructure. Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property.
Méthode publique DownloadFile Infrastructure. Downloads data from the resource specified by ServerURL property to a local file.
Méthode publique GetProxyPassword Infrastructure. Gets the proxy password.
Méthode publique GetServerPassword Infrastructure. Gets the server password.
Méthode publique OpenRead Infrastructure. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property.
Méthode publique ShowCertificateDialog Infrastructure. Displays the windows certificate information dialog box.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper