다음을 통해 공유


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 연결을 만들 때 발생한 오류 목록을 보는 데 사용됩니다.

적용 대상