IHttpTransportFeature.TransportType Property

Definition

The HttpTransportType the connection is using.

public:
 property Microsoft::AspNetCore::Http::Connections::HttpTransportType TransportType { Microsoft::AspNetCore::Http::Connections::HttpTransportType get(); };
public Microsoft.AspNetCore.Http.Connections.HttpTransportType TransportType { get; }
member this.TransportType : Microsoft.AspNetCore.Http.Connections.HttpTransportType
Public ReadOnly Property TransportType As HttpTransportType

Property Value

HttpTransportType

Applies to