HttpTransportInformation クラス

定義

HTTP 接続で使用される基になるトランスポートに関する情報を提供します。

public ref class HttpTransportInformation sealed : IStringable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class HttpTransportInformation final : IStringable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class HttpTransportInformation final : IStringable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class HttpTransportInformation : IStringable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class HttpTransportInformation : IStringable
Public NotInheritable Class HttpTransportInformation
Implements IStringable
継承
Object Platform::Object IInspectable HttpTransportInformation
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

HttpTransportInformation オブジェクトの主な用途は、HTTP 接続に SSL を使用するときに SSL 情報を取得することです。

プロパティ

ServerCertificate

SSL 情報を含む証明書をサーバーから取得します。

ServerCertificateErrors

SSL 接続の作成中に発生したエラーの一覧を取得します。

ServerCertificateErrorSeverity

SSL 接続のエラーのカテゴリを取得します。

ServerIntermediateCertificates

この HttpTransportInformation オブジェクトの SSL ネゴシエーション中にサーバーによって送信される中間証明書を取得します。

メソッド

ToString()

現在の HttpTransportInformation オブジェクトを表す文字列を返します。

適用対象

こちらもご覧ください