HttpRequestMessage.TransportInformation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取有关 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 连接时发生的错误列表。