HttpRequestMessage.TransportInformation Property

Definition

Get information about the underlying transport socket used by an HTTP connection.

C#
public HttpTransportInformation TransportInformation { get; }

Property Value

Information about the underlying transport socket used by an HTTP connection.

Remarks

The primary use of the TransportInformation property is to get SSL information when SSL is used for the HTTP connection. This is commonly used to get the SSL certificate from the server or to view a list of errors that occurred when making an SSL connection.

Applies to

Product Versions
WinRT Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100