HttpRequestMessage.TransportInformation 属性

定义

获取有关 HTTP 连接使用的基础传输套接字的信息。

public:
 property HttpTransportInformation ^ TransportInformation { HttpTransportInformation ^ get(); };
HttpTransportInformation TransportInformation();
public HttpTransportInformation TransportInformation { get; }
var httpTransportInformation = httpRequestMessage.transportInformation;
Public ReadOnly Property TransportInformation As HttpTransportInformation

属性值

有关 HTTP 连接使用的基础传输套接字的信息。

注解

TransportInformation 属性的主要用途是在 SSL 用于 HTTP 连接时获取 SSL 信息。 这通常用于从服务器获取 SSL 证书,或查看建立 SSL 连接时发生的错误列表。

适用于