IDTSConnectionManagerHttp100 インターフェイス

定義

HTTP接続用のコネクションマネージャーを表します。

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
派生
属性

プロパティ

名前 説明
BypassProxyOnLocal

ローカル アドレスのプロキシ サーバーをバイパスするかどうかを示す値を取得または設定します。

Certificate

接続用に使う証明書を取得するか設定します。

CertificateIdentifier

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

ChunkSize

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

ProxyBypassList

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

ProxyDomain

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

ProxyPassword

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

ProxyURL

接続の場所を指定するURLを取得したり設定したりします。

ProxyUserName

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

ServerDomain

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

ServerPassword

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

ServerURL

接続のサーバーURLを取得したり設定したりします。

ServerUserName

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

Timeout

接続タイムアウトを取るか設定します。

UseProxy

接続がリクエストに対してプロキシを使用しているかどうかを示す値を取得または設定します。

UseProxyCredentials

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

UseSecureConnection

セキュア接続を使用するかどうかを示す値を取得または設定します。

UseServerCredentials

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

適用対象