Interfaccia HttpClientConnection100
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
For more information, see HttpClientConnection100Class.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
<GuidAttribute("2C1B9D68-EC6A-438C-B582-E3127DE2BAAE")> _
Public Interface HttpClientConnection100 _
Inherits IDTSHttpClientConnection100
'Utilizzo
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
Nel tipo HttpClientConnection100 sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
BypassProxyOnLocal | Infrastruttura. 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. Ereditato da IDTSHttpClientConnection100. | |
Certificate | Infrastruttura. Gets or sets the certificate. Ereditato da IDTSHttpClientConnection100. | |
CertificateIdentifier | Infrastruttura. Gets or sets the certificate identifier. Ereditato da IDTSHttpClientConnection100. | |
ChunkSize | Infrastruttura. 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. Ereditato da IDTSHttpClientConnection100. | |
ProxyBypassList | Infrastruttura. Gets or sets the addresses that do not use a proxy server. Ereditato da IDTSHttpClientConnection100. | |
ProxyDomain | Infrastruttura. Gets or sets the domain setting that is used to log on to the proxy. Ereditato da IDTSHttpClientConnection100. | |
ProxyPassword | Infrastruttura. Sets the password used to log on to the proxy. Ereditato da IDTSHttpClientConnection100. | |
ProxyURL | Infrastruttura. Gets or sets the URL that specifies the location of the proxy. Ereditato da IDTSHttpClientConnection100. | |
ProxyUserName | Infrastruttura. Gets or sets the username that is used when logging on to the proxy. Ereditato da IDTSHttpClientConnection100. | |
ServerDomain | Infrastruttura. Gets or sets the domain used to log on to the server. Ereditato da IDTSHttpClientConnection100. | |
ServerPassword | Infrastruttura. Sets the password used to log on to the server. Ereditato da IDTSHttpClientConnection100. | |
ServerURL | Infrastruttura. Gets or sets the URL that specifies the location of the server. Ereditato da IDTSHttpClientConnection100. | |
ServerUserName | Infrastruttura. Gets or sets the username used to log on to the server. Ereditato da IDTSHttpClientConnection100. | |
Timeout | Infrastruttura. Gets or sets the number of seconds after which the HTTP operation times out. Ereditato da IDTSHttpClientConnection100. | |
UseProxy | Infrastruttura. Gets or sets a value that indicates whether or not the connection will use a proxy. Ereditato da IDTSHttpClientConnection100. | |
UseProxyCredentials | Infrastruttura. Gets or sets a value that indicates whether or not the connection will use network credentials. Ereditato da IDTSHttpClientConnection100. | |
UseSecureConnection | Infrastruttura. Gets or sets a value that indicates whether the connection is HTTPS or HTTP. Ereditato da IDTSHttpClientConnection100. | |
UseServerCredentials | Infrastruttura. Gets or sets a value that indicates whether the connection uses network credentials. Ereditato da IDTSHttpClientConnection100. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Clone | Infrastruttura. Returns an instance IDTSHttpClientConnection100 object. Ereditato da IDTSHttpClientConnection100. | |
DownloadData | Infrastruttura. Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property. Ereditato da IDTSHttpClientConnection100. | |
DownloadFile | Infrastruttura. Downloads data from the resource specified by ServerURL property to a local file. Ereditato da IDTSHttpClientConnection100. | |
GetProxyPassword | Infrastruttura. Gets the proxy password. Ereditato da IDTSHttpClientConnection100. | |
GetServerPassword | Infrastruttura. Gets the server password. Ereditato da IDTSHttpClientConnection100. | |
OpenRead | Infrastruttura. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property. Ereditato da IDTSHttpClientConnection100. | |
ShowCertificateDialog | Infrastruttura. Displays the windows certificate information dialog box. Ereditato da IDTSHttpClientConnection100. |
In alto