Compartir a través de


IDTSHttpClientConnection100 Interfaz

Definición

Para obtener más información, vea 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
Derivado
Atributos

Propiedades

BypassProxyOnLocal

Obtiene o establece un valor que indica si el servidor proxy está configurado para usar credenciales y omitir el servidor proxy y usar direcciones locales en su lugar.

Certificate

Obtiene o establece el certificado.

CertificateIdentifier

Obtiene o establece el identificador del certificado.

ChunkSize

Obtiene o establece el valor que indica el número mínimo de bytes que se deben recuperar del, o enviar al, servidor durante una operación de lectura o escritura.

ProxyBypassList

Obtiene o establece las direcciones que no utilizan un servidor proxy.

ProxyDomain

Obtiene o establece la configuración del dominio que se utiliza para iniciar sesión en el proxy.

ProxyPassword

Establece la contraseña utilizada para iniciar sesión en el proxy.

ProxyURL

Obtiene o establece la dirección URL que especifica la ubicación del proxy.

ProxyUserName

Obtiene o establece el nombre de usuario que se utiliza al iniciar sesión en el proxy.

ServerDomain

Obtiene o establece el dominio utilizado para iniciar sesión en el servidor.

ServerPassword

Establece la contraseña utilizada para iniciar sesión en el servidor.

ServerURL

Obtiene o establece la dirección URL que especifica la ubicación del servidor.

ServerUserName

Obtiene o establece el nombre de usuario utilizado para iniciar sesión en el servidor.

Timeout

Obtiene o establece el número de segundos después del cual se agota el tiempo de espera para la operación HTTP.

UseProxy

Obtiene o establece un valor que indica si la conexión usará o no un proxy.

UseProxyCredentials

Obtiene o establece un valor que indica si la conexión usará o no las credenciales de red.

UseSecureConnection

Obtiene o establece un valor que indica si la conexión es HTTPS o HTTP.

UseServerCredentials

Obtiene o establece un valor que indica si la conexión usa credenciales de red.

Métodos

Clone()

Devuelve una instancia del objeto IDTSHttpClientConnection100.

DownloadData()

Devuelve una matriz de bytes que contiene los datos descargados del recurso especificado en la propiedad ServerURL.

DownloadFile(String, Boolean)

Descarga datos del recurso especificado por la propiedad ServerURL en un archivo local.

GetProxyPassword()

Obtiene la contraseña del proxy.

GetServerPassword()

Obtiene la contraseña del servidor.

OpenRead()

Abre un flujo legible para los datos que se van a descargar del recurso especificado por la propiedad ServerURL.

ShowCertificateDialog(Int64)

Muestra el cuadro de diálogo Información del certificado de Windows.

Se aplica a