HttpClientConnection100 インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
詳細については、「HttpClientConnection100Class」を参照してください。
public interface class HttpClientConnection100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSHttpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))]
[System.Runtime.InteropServices.Guid("A53BF37D-0863-4927-BF26-C13F87791D1F")]
public interface HttpClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSHttpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))]
[System.Runtime.InteropServices.Guid("5AAB1436-8461-4C8F-A214-6151BD862BA2")]
public interface HttpClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSHttpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))]
[System.Runtime.InteropServices.Guid("802A39B6-548B-4326-B064-B7E1E25B5F22")]
public interface HttpClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSHttpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("A53BF37D-0863-4927-BF26-C13F87791D1F")>]
type HttpClientConnection100 = interface
interface IDTSHttpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("5AAB1436-8461-4C8F-A214-6151BD862BA2")>]
type HttpClientConnection100 = interface
interface IDTSHttpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.HttpClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("802A39B6-548B-4326-B064-B7E1E25B5F22")>]
type HttpClientConnection100 = interface
interface IDTSHttpClientConnection100
Public Interface HttpClientConnection100
Implements IDTSHttpClientConnection100
- 派生
- 属性
- 実装
プロパティ
BypassProxyOnLocal |
プロキシ サーバーが資格情報を使用してプロキシ サーバーをバイパスし、代わりにローカル アドレスを使用するように構成されるかどうかを示す値を取得または設定します。 (継承元 IDTSHttpClientConnection100) |
Certificate |
証明書を取得または設定します。 (継承元 IDTSHttpClientConnection100) |
CertificateIdentifier |
証明書識別子を取得または設定します。 (継承元 IDTSHttpClientConnection100) |
ChunkSize |
読み取りまたは書き込み操作中にサーバーから取得、またはサーバーに送信する最少バイト数を示す値を取得します。値の設定も可能です。 (継承元 IDTSHttpClientConnection100) |
ProxyBypassList |
プロキシ サーバーを使用しないアドレスを取得します。値の設定も可能です。 (継承元 IDTSHttpClientConnection100) |
ProxyDomain |
プロキシにログオンするために使用されるドメイン設定を取得します。値の設定も可能です。 (継承元 IDTSHttpClientConnection100) |
ProxyPassword |
プロキシにログオンするために使用されるパスワードを設定します。 (継承元 IDTSHttpClientConnection100) |
ProxyURL |
プロキシの場所を指定する URL を取得します。値の設定も可能です。 (継承元 IDTSHttpClientConnection100) |
ProxyUserName |
プロキシにログオンするときに使用されるユーザー名を取得します。値の設定も可能です。 (継承元 IDTSHttpClientConnection100) |
ServerDomain |
サーバーにログオンするために使用されるドメインを取得します。値の設定も可能です。 (継承元 IDTSHttpClientConnection100) |
ServerPassword |
サーバーにログオンするために使用されるパスワードを設定します。 (継承元 IDTSHttpClientConnection100) |
ServerURL |
サーバーの場所を指定する URL を取得します。値の設定も可能です。 (継承元 IDTSHttpClientConnection100) |
ServerUserName |
サーバーにログオンするために使用されるユーザー名を取得します。値の設定も可能です。 (継承元 IDTSHttpClientConnection100) |
Timeout |
HTTP 操作がタイムアウトするまでの秒数を取得します。値の設定も可能です。 (継承元 IDTSHttpClientConnection100) |
UseProxy |
接続がプロキシを使用するかどうかを示す値を取得または設定します。 (継承元 IDTSHttpClientConnection100) |
UseProxyCredentials |
接続がネットワーク資格情報を使用するかどうかを示す値を取得または設定します。 (継承元 IDTSHttpClientConnection100) |
UseSecureConnection |
接続が HTTPS と HTTP のどちらであるかを示す値を取得または設定します。 (継承元 IDTSHttpClientConnection100) |
UseServerCredentials |
接続がネットワーク資格情報を使用するかどうかを示す値を取得または設定します。 (継承元 IDTSHttpClientConnection100) |
メソッド
Clone() |
IDTSHttpClientConnection100 オブジェクトのインスタンスを返します。 (継承元 IDTSHttpClientConnection100) |
DownloadData() |
ServerURL プロパティで指定されたリソースからダウンロードされたデータを含むバイト配列を返します。 (継承元 IDTSHttpClientConnection100) |
DownloadFile(String, Boolean) |
ServerURL プロパティで指定されたリソースからローカル ファイルにデータをダウンロードします。 (継承元 IDTSHttpClientConnection100) |
GetProxyPassword() |
プロキシ パスワードを取得します。 (継承元 IDTSHttpClientConnection100) |
GetServerPassword() |
サーバー パスワードを取得します。 (継承元 IDTSHttpClientConnection100) |
OpenRead() |
ServerURL プロパティで指定されたリソースからダウンロードされるデータの読み取り可能なストリームを開きます。 (継承元 IDTSHttpClientConnection100) |
ShowCertificateDialog(Int64) |
Windows 証明書情報のダイアログ ボックスを表示します。 (継承元 IDTSHttpClientConnection100) |