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 | |
---|---|---|
HttpClientConnection100Class | Infrastruttura. Initializes a new instance of the HttpClientConnection100Class class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. | |
Certificate | Infrastruttura. Gets or sets a byte array that represents the actual X.509 binary encoding of the certificate. | |
CertificateIdentifier | Infrastruttura. Gets or sets the X.509 certificate identifier. | |
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. | |
ProxyBypassList | Infrastruttura. Gets or sets the addresses that do not use a proxy server. | |
ProxyDomain | Infrastruttura. Gets or sets the domain setting that is used to log on to the proxy. | |
ProxyPassword | Infrastruttura. Sets the password used to log on to the proxy. This property is read-only. | |
ProxyURL | Infrastruttura. Gets or sets the URL that specifies the location of the proxy. | |
ProxyUserName | Infrastruttura. Gets or sets the username that is used when logging on to the proxy. | |
ServerDomain | Infrastruttura. Gets or sets the domain used to log on to the server. | |
ServerPassword | Infrastruttura. Sets the password used to log on to the server. This property is write-only. | |
ServerURL | Infrastruttura. Gets or sets the URL that specifies the location of the server. | |
ServerUserName | Infrastruttura. Gets or sets the username used to log on to the server. | |
Timeout | Infrastruttura. Gets or sets the number of seconds after which the HTTP operation times out. | |
UseProxy | Infrastruttura. Gets or sets a Boolean that indicates whether or not the connection will use a proxy. | |
UseProxyCredentials | Infrastruttura. Gets or sets a Boolean that indicates whether or not the connection will use network credentials. | |
UseSecureConnection | Infrastruttura. Gets or sets a Boolean that indicates whether the connection is HTTPS or HTTP. | |
UseServerCredentials | Infrastruttura. Gets or sets a Boolean that indicates whether the connection uses network credentials. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Clone | Infrastruttura. Returns a new connection object that has the exact same state as the one being cloned. | |
DownloadData | Infrastruttura. Returns a byte array that contains the data downloaded from the resource that was specified in the ServerURL property. | |
DownloadFile | Infrastruttura. Downloads data from the resource specified by ServerURL property to a local file. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetProxyPassword | Infrastruttura. Gets the proxy password. | |
GetServerPassword | Infrastruttura. Gets the server password. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
OpenRead | Infrastruttura. Opens a readable stream for the data to be downloaded from the resource specified by the ServerURL property. | |
ShowCertificateDialog | Infrastruttura. Displays the Windows certificate information dialog box. | |
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.