IHttpTransportFeature.TransportType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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