Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 HttpClientConnection100 _
Inherits IDTSHttpClientConnection100
'Utilisation
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
Le type HttpClientConnection100 expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
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. (hérité de IDTSHttpClientConnection100.) |
![]() |
Certificate | Infrastructure. Gets or sets the certificate. (hérité de IDTSHttpClientConnection100.) |
![]() |
CertificateIdentifier | Infrastructure. Gets or sets the certificate identifier. (hérité de IDTSHttpClientConnection100.) |
![]() |
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. (hérité de IDTSHttpClientConnection100.) |
![]() |
ProxyBypassList | Infrastructure. Gets or sets the addresses that do not use a proxy server. (hérité de IDTSHttpClientConnection100.) |
![]() |
ProxyDomain | Infrastructure. Gets or sets the domain setting that is used to log on to the proxy. (hérité de IDTSHttpClientConnection100.) |
![]() |
ProxyPassword | Infrastructure. Sets the password used to log on to the proxy. (hérité de IDTSHttpClientConnection100.) |
![]() |
ProxyURL | Infrastructure. Gets or sets the URL that specifies the location of the proxy. (hérité de IDTSHttpClientConnection100.) |
![]() |
ProxyUserName | Infrastructure. Gets or sets the username that is used when logging on to the proxy. (hérité de IDTSHttpClientConnection100.) |
![]() |
ServerDomain | Infrastructure. Gets or sets the domain used to log on to the server. (hérité de IDTSHttpClientConnection100.) |
![]() |
ServerPassword | Infrastructure. Sets the password used to log on to the server. (hérité de IDTSHttpClientConnection100.) |
![]() |
ServerURL | Infrastructure. Gets or sets the URL that specifies the location of the server. (hérité de IDTSHttpClientConnection100.) |
![]() |
ServerUserName | Infrastructure. Gets or sets the username used to log on to the server. (hérité de IDTSHttpClientConnection100.) |
![]() |
Timeout | Infrastructure. Gets or sets the number of seconds after which the HTTP operation times out. (hérité de IDTSHttpClientConnection100.) |
![]() |
UseProxy | Infrastructure. Gets or sets a value that indicates whether or not the connection will use a proxy. (hérité de IDTSHttpClientConnection100.) |
![]() |
UseProxyCredentials | Infrastructure. Gets or sets a value that indicates whether or not the connection will use network credentials. (hérité de IDTSHttpClientConnection100.) |
![]() |
UseSecureConnection | Infrastructure. Gets or sets a value that indicates whether the connection is HTTPS or HTTP. (hérité de IDTSHttpClientConnection100.) |
![]() |
UseServerCredentials | Infrastructure. Gets or sets a value that indicates whether the connection uses network credentials. (hérité de IDTSHttpClientConnection100.) |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Clone | Infrastructure. Returns an instance IDTSHttpClientConnection100 object. (hérité de IDTSHttpClientConnection100.) |
![]() |
DownloadData | Infrastructure. Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property. (hérité de IDTSHttpClientConnection100.) |
![]() |
DownloadFile | Infrastructure. Downloads data from the resource specified by ServerURL property to a local file. (hérité de IDTSHttpClientConnection100.) |
![]() |
GetProxyPassword | Infrastructure. Gets the proxy password. (hérité de IDTSHttpClientConnection100.) |
![]() |
GetServerPassword | Infrastructure. Gets the server password. (hérité de IDTSHttpClientConnection100.) |
![]() |
OpenRead | Infrastructure. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property. (hérité de IDTSHttpClientConnection100.) |
![]() |
ShowCertificateDialog | Infrastructure. Displays the windows certificate information dialog box. (hérité de IDTSHttpClientConnection100.) |
Haut de la page
.gif)
.gif)