Classe HttpClientConnection100Class

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Contains properties and methods that enable a package to access a Web server using the HTTP protocol to send or receive files. This class cannot be inherited.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("02A32716-E885-4926-99AF-00A3B7784C93")> _
Public Class HttpClientConnection100Class _
    Implements IDTSHttpClientConnection100, HttpClientConnection100
'Utilizzo
Dim instance As HttpClientConnection100Class
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("02A32716-E885-4926-99AF-00A3B7784C93")]
public class HttpClientConnection100Class : IDTSHttpClientConnection100, 
    HttpClientConnection100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"02A32716-E885-4926-99AF-00A3B7784C93")]
public ref class HttpClientConnection100Class : IDTSHttpClientConnection100, 
    HttpClientConnection100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("02A32716-E885-4926-99AF-00A3B7784C93")>]
type HttpClientConnection100Class =  
    class 
        interface IDTSHttpClientConnection100 
        interface HttpClientConnection100 
    end
public class HttpClientConnection100Class implements IDTSHttpClientConnection100, HttpClientConnection100

Nel tipo HttpClientConnection100Class sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico HttpClientConnection100Class Infrastruttura. Initializes a new instance of the HttpClientConnection100Class class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica BypassProxyOnLocal Infrastruttura. Gets or sets a Boolean that indicates if the proxy server is configured to use credentials and bypass the proxy server and use local addresses instead.
Proprietà pubblica Certificate Infrastruttura. Gets or sets a byte array that represents the actual X.509 binary encoding of the certificate.
Proprietà pubblica CertificateIdentifier Infrastruttura. Gets or sets the X.509 certificate identifier.
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.
Proprietà pubblica ProxyBypassList Infrastruttura. Gets or sets the addresses that do not use a proxy server.
Proprietà pubblica ProxyDomain Infrastruttura. Gets or sets the domain setting that is used to log on to the proxy.
Proprietà pubblica ProxyPassword Infrastruttura. Sets the password used to log on to the proxy. This property is read-only.
Proprietà pubblica ProxyURL Infrastruttura. Gets or sets the URL that specifies the location of the proxy.
Proprietà pubblica ProxyUserName Infrastruttura. Gets or sets the username that is used when logging on to the proxy.
Proprietà pubblica ServerDomain Infrastruttura. Gets or sets the domain used to log on to the server.
Proprietà pubblica ServerPassword Infrastruttura. Sets the password used to log on to the server. This property is write-only.
Proprietà pubblica ServerURL Infrastruttura. Gets or sets the URL that specifies the location of the server.
Proprietà pubblica ServerUserName Infrastruttura. Gets or sets the username used to log on to the server.
Proprietà pubblica Timeout Infrastruttura. Gets or sets the number of seconds after which the HTTP operation times out.
Proprietà pubblica UseProxy Infrastruttura. Gets or sets a Boolean that indicates whether or not the connection will use a proxy.
Proprietà pubblica UseProxyCredentials Infrastruttura. Gets or sets a Boolean that indicates whether or not the connection will use network credentials.
Proprietà pubblica UseSecureConnection Infrastruttura. Gets or sets a Boolean that indicates whether the connection is HTTPS or HTTP.
Proprietà pubblica UseServerCredentials Infrastruttura. Gets or sets a Boolean that indicates whether the connection uses network credentials.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Infrastruttura. Returns a new connection object that has the exact same state as the one being cloned.
Metodo pubblico DownloadData Infrastruttura. Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property.
Metodo pubblico DownloadFile Infrastruttura. Downloads data from the resource specified by ServerURL property to a local file.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetProxyPassword Infrastruttura. Gets the proxy password.
Metodo pubblico GetServerPassword Infrastruttura. Gets the server password.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico OpenRead Infrastruttura. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property.
Metodo pubblico ShowCertificateDialog Infrastruttura. Displays the Windows certificate information dialog box.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

For more information, see HttpClientConnection.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

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