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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Infrastruttura. Returns an instance IDTSHttpClientConnection100 object. Ereditato da IDTSHttpClientConnection100.
Metodo pubblico DownloadData Infrastruttura. Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property. Ereditato da IDTSHttpClientConnection100.
Metodo pubblico DownloadFile Infrastruttura. Downloads data from the resource specified by ServerURL property to a local file. Ereditato da IDTSHttpClientConnection100.
Metodo pubblico GetProxyPassword Infrastruttura. Gets the proxy password. Ereditato da IDTSHttpClientConnection100.
Metodo pubblico GetServerPassword Infrastruttura. Gets the server password. Ereditato da IDTSHttpClientConnection100.
Metodo pubblico OpenRead Infrastruttura. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property. Ereditato da IDTSHttpClientConnection100.
Metodo pubblico ShowCertificateDialog Infrastruttura. Displays the windows certificate information dialog box. Ereditato da IDTSHttpClientConnection100.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper