IDTSHttpClientConnection100 インターフェイス

定義

詳細については、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
派生
属性

プロパティ

名前 説明
BypassProxyOnLocal

プロキシサーバーが認証情報を使用し、プロキシサーバーをバイパスしてローカルアドレスを使うように設定されているかどうかを示す値を取得または設定します。

Certificate

証明書を取得するか設定します。

CertificateIdentifier

証明書識別子を取得するか設定します。

ChunkSize

読み書き操作中にサーバーから取得または送信すべき最小バイト数を示す値を取得または設定します。

ProxyBypassList

プロキシサーバーを使わないアドレスを取得したり設定したりします。

ProxyDomain

プロキシにログインするためのドメイン設定を取得したり設定したりします。

ProxyPassword

プロキシにログインするためのパスワードを設定します。

ProxyURL

プロキシの位置を指定するURLを取得したり設定したりします。

ProxyUserName

プロキシにログインする際に使うユーザー名を取得するか設定します。

ServerDomain

サーバーにログインするために使うドメインを取得したり設定したりします。

ServerPassword

サーバーにログインするパスワードを設定します。

ServerURL

サーバーの場所を指定するURLを取得したり設定したりします。

ServerUserName

サーバーにログインする際に使うユーザー名を取得したり設定したりします。

Timeout

HTTP操作がタイムアウトする秒数を取得または設定します。

UseProxy

接続がプロキシを使うかどうかを示す値を取得または設定します。

UseProxyCredentials

接続がネットワーク認証情報を使用するかどうかを示す値を取得または設定します。

UseSecureConnection

接続がHTTPSかHTTPかを示す値を取得または設定します。

UseServerCredentials

接続がネットワーク認証情報を使用しているかどうかを示す値を取得または設定します。

メソッド

名前 説明
Clone()

オブジェクト IDTSHttpClientConnection100 インスタンスを返します。

DownloadData()

ServerURLプロパティで指定されたリソースからダウンロードされたデータを含むバイト配列を返します。

DownloadFile(String, Boolean)

プロパティで指定されたリソースからローカルファイル ServerURL データをダウンロードします。

GetProxyPassword()

プロキシパスワードを入手します。

GetServerPassword()

サーバーのパスワードを入手します。

OpenRead()

ServerURLプロパティで指定されたリソースからデータをダウンロードするための読み取れるストリームを開きます。

ShowCertificateDialog(Int64)

Windows証明書情報ダイアログボックスを表示します。

適用対象