IDTSHttpClientConnection100 Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Per altre informazioni, vedere HttpClientConnection100Class.
public interface class IDTSHttpClientConnection100
[System.Runtime.InteropServices.Guid("A53BF37D-0863-4927-BF26-C13F87791D1F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
public interface IDTSHttpClientConnection100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
[System.Runtime.InteropServices.Guid("5AAB1436-8461-4C8F-A214-6151BD862BA2")]
public interface IDTSHttpClientConnection100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
[System.Runtime.InteropServices.Guid("802A39B6-548B-4326-B064-B7E1E25B5F22")]
public interface IDTSHttpClientConnection100
[<System.Runtime.InteropServices.Guid("A53BF37D-0863-4927-BF26-C13F87791D1F")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
type IDTSHttpClientConnection100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
[<System.Runtime.InteropServices.Guid("5AAB1436-8461-4C8F-A214-6151BD862BA2")>]
type IDTSHttpClientConnection100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
[<System.Runtime.InteropServices.Guid("802A39B6-548B-4326-B064-B7E1E25B5F22")>]
type IDTSHttpClientConnection100 = interface
Public Interface IDTSHttpClientConnection100
- Derivato
- Attributi
Proprietà
BypassProxyOnLocal |
Ottiene o imposta un valore che indica se il server proxy è configurato per utilizzare credenziali e ignorare il server proxy e utilizzare indirizzi locali. |
Certificate |
Ottiene o imposta il certificato. |
CertificateIdentifier |
Ottiene o imposta l'identificatore del certificato. |
ChunkSize |
Ottiene o imposta un valore che indica il numero minimo di byte da recuperare dal server o da inviare al server durante un'operazione in lettura/scrittura. |
ProxyBypassList |
Ottiene o imposta gli indirizzi che non utilizzano un server proxy. |
ProxyDomain |
Ottiene o imposta la configurazione di dominio utilizzata per accedere al proxy. |
ProxyPassword |
Imposta la password utilizzata per accedere al proxy. |
ProxyURL |
Ottiene o imposta l'URL che specifica la posizione del proxy. |
ProxyUserName |
Ottiene o imposta il nome utente utilizzato per accedere al proxy. |
ServerDomain |
Ottiene o imposta il dominio utilizzato per accedere al server. |
ServerPassword |
Imposta la password utilizzata per accedere al server. |
ServerURL |
Ottiene o imposta l'URL che specifica la posizione del server. |
ServerUserName |
Ottiene o imposta il nome utente utilizzato per accedere al server. |
Timeout |
Ottiene o imposta il numero di secondi dopo il quale ha luogo il timeout dell'operazione HTTP. |
UseProxy |
Ottiene o imposta un valore che indica se la connessione utilizzerà o meno un proxy. |
UseProxyCredentials |
Ottiene o imposta un valore che indica se la connessione utilizzerà o meno credenziali di rete. |
UseSecureConnection |
Ottiene o imposta un valore che indica se la connessione è HTTPS o HTTP. |
UseServerCredentials |
Ottiene o imposta un valore che indica se la connessione utilizza credenziali di rete. |
Metodi
Clone() |
Restituisce un'istanza di un oggetto IDTSHttpClientConnection100. |
DownloadData() |
Restituisce una matrice di byte che contiene i dati scaricati dalla risorsa specificata nella proprietà ServerURL. |
DownloadFile(String, Boolean) |
Scarica i dati dalla risorsa specificata tramite la proprietà ServerURL in un file locale. |
GetProxyPassword() |
Ottiene la password del proxy. |
GetServerPassword() |
Ottiene la password del server. |
OpenRead() |
Apre un flusso leggibile per i dati da scaricare dalla risorsa specificata dalla proprietà ServerURL. |
ShowCertificateDialog(Int64) |
Visualizza la finestra di dialogo Informazioni sul certificato Windows. |