IDTSConnectionManagerHttp100 Interface

Definition

Represents a connection manager for HTTP connection.

public interface class IDTSConnectionManagerHttp100
[System.Runtime.InteropServices.Guid("144C9D0C-B506-48C4-AC9D-40AFA95C55A9")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
public interface IDTSConnectionManagerHttp100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
[System.Runtime.InteropServices.Guid("732E8977-DDE8-4CAD-A396-AFD1838B7CD8")]
public interface IDTSConnectionManagerHttp100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
[System.Runtime.InteropServices.Guid("1FADBA07-4B83-4C43-A9AA-ECAB5328568D")]
public interface IDTSConnectionManagerHttp100
[<System.Runtime.InteropServices.Guid("144C9D0C-B506-48C4-AC9D-40AFA95C55A9")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
type IDTSConnectionManagerHttp100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
[<System.Runtime.InteropServices.Guid("732E8977-DDE8-4CAD-A396-AFD1838B7CD8")>]
type IDTSConnectionManagerHttp100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
[<System.Runtime.InteropServices.Guid("1FADBA07-4B83-4C43-A9AA-ECAB5328568D")>]
type IDTSConnectionManagerHttp100 = interface
Public Interface IDTSConnectionManagerHttp100
Derived
Attributes

Properties

BypassProxyOnLocal

Gets or sets a value that indicates whether to bypass the proxy server for local addresses.

Certificate

Gets or sets the certificate to use for the connection.

CertificateIdentifier

Gets or sets the certificate identifier.

ChunkSize

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

Gets or sets the addresses that do not use a proxy server.

ProxyDomain

Gets or sets the domain setting that is used to log on to the proxy.

ProxyPassword

Sets the password used to log on to the proxy.

ProxyURL

Gets or sets the URL that specifies the location of the connection.

ProxyUserName

Gets or sets the username that is used when logging on to the proxy.

ServerDomain

Gets or sets the domain used to log on to the server.

ServerPassword

Sets the password used to log on to the server.

ServerURL

Gets or sets the server URL for the connection.

ServerUserName

Gets or sets the username used to log on to the server.

Timeout

Gets or sets the connection timeout.

UseProxy

Gets or sets a value that indicates whether the connection uses a proxy for requests.

UseProxyCredentials

Gets or sets a value that indicates whether the connection uses proxy credentials.

UseSecureConnection

Gets or sets a value that indicates whether to use a secure connection.

UseServerCredentials

Gets or sets a Boolean that indicates whether the connection uses network credentials.

Applies to