Linguaggio

IDTSHttpClientConnection100 Interfaccia

Definizione

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à

Nome Descrizione
BypassProxyOnLocal

Ottiene o imposta un valore che indica se il proxy server è configurato per usare credenziali e bypassare il proxy server e usare indirizzi locali.

Certificate

Ottiene o stabilisce il certificato.

CertificateIdentifier

Ottiene o imposta l'identificatore del certificato.

ChunkSize

Ottiene o imposta il valore che indica il numero minimo di byte da recuperare o inviare al server durante un'operazione di lettura/scrittura.

ProxyBypassList

Ottiene o imposta gli indirizzi che non utilizzano un proxy server.

ProxyDomain

Ottiene o imposta l'impostazione del dominio che viene usata per accedere al proxy.

ProxyPassword

Imposta la password usata per accedere al proxy.

ProxyURL

Ottiene o imposta l'URL che specifica la posizione del proxy.

ProxyUserName

Ottiene o imposta il nome utente usato quando si accede al proxy.

ServerDomain

Ottiene o imposta il dominio utilizzato per accedere al server.

ServerPassword

Imposta la password usata per accedere al server.

ServerURL

Ottiene o imposta l'URL che specifica la posizione del server.

ServerUserName

Ottiene o imposta il nome utente usato per accedere al server.

Timeout

Ottiene o imposta il numero di secondi dopo i quali l'operazione HTTP si scade in tempo.

UseProxy

Ottiene o imposta un valore che indica se la connessione userà o meno un proxy.

UseProxyCredentials

Ottiene o imposta un valore che indica se la connessione utilizzerà o meno le 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

Nome Descrizione
Clone()

Restituisce un oggetto istanza IDTSHttpClientConnection100 .

DownloadData()

Restituisce un array di byte che contiene i dati scaricati dalla risorsa specificata nella ServerURL proprietà.

DownloadFile(String, Boolean)

Scarica dati dalla risorsa specificata dalla ServerURL proprietà a un file locale.

GetProxyPassword()

Ottiene la password proxy.

GetServerPassword()

Ottiene la password del server.

OpenRead()

Apre un flusso leggibile per i dati da scaricare dalla risorsa specificata dalla ServerURL proprietà.

ShowCertificateDialog(Int64)

Mostra la finestra di dialogo informazioni sui certificati di Windows.

Si applica a