言語

HttpClientConnection100Class クラス

定義

HTTPプロトコルを使ってファイルを送受信するために、パッケージがWebサーバーにアクセスするためのプロパティとメソッドを含みます。 このクラスは継承できません。

public ref class HttpClientConnection100Class : Microsoft::SqlServer::Dts::Runtime::Wrapper::HttpClientConnection100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("82DD84C6-3531-4B5E-9D79-EA05DA4E7DD3")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class HttpClientConnection100Class : Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("FA05286C-CC47-4B70-AA0C-55F56F3DBC5B")]
public class HttpClientConnection100Class : Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("93EA4743-731F-4151-965F-BC21BE768453")]
public class HttpClientConnection100Class : Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("82DD84C6-3531-4B5E-9D79-EA05DA4E7DD3")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type HttpClientConnection100Class = class
    interface IDTSHttpClientConnection100
    interface HttpClientConnection100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("FA05286C-CC47-4B70-AA0C-55F56F3DBC5B")>]
type HttpClientConnection100Class = class
    interface IDTSHttpClientConnection100
    interface HttpClientConnection100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("93EA4743-731F-4151-965F-BC21BE768453")>]
type HttpClientConnection100Class = class
    interface IDTSHttpClientConnection100
    interface HttpClientConnection100
Public Class HttpClientConnection100Class
Implements HttpClientConnection100
継承
HttpClientConnection100Class
属性
実装

注釈

詳細については、HttpClientConnectionを参照してください。

コンストラクター

名前 説明
HttpClientConnection100Class()

HttpClientConnection100Class クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
BypassProxyOnLocal

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

Certificate

証明書の実際のX.509バイナリエンコーディングを表すバイト配列を取得したり設定したりします。

CertificateIdentifier

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

ChunkSize

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

ProxyBypassList

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

ProxyDomain

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

ProxyPassword

プロキシにログインするためのパスワードを設定します。 このプロパティは読み取り専用です。

ProxyURL

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

ProxyUserName

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

ServerDomain

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

ServerPassword

サーバーにログインするパスワードを設定します。 このプロパティは書き込み専用です。

ServerURL

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

ServerUserName

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

Timeout

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

UseProxy

プロキシを使うかどうかを示すブール値を取得または設定します。

UseProxyCredentials

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

UseSecureConnection

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

UseServerCredentials

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

メソッド

名前 説明
Clone()

クローン対象と全く同じ状態の新しい接続オブジェクトを返します。

DownloadData()

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

DownloadFile(String, Boolean)

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

GetProxyPassword()

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

GetServerPassword()

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

OpenRead()

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

ShowCertificateDialog(Int64)

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

適用対象