itransport library
Classes
- ITransport
- An abstraction over the behavior of transports. This is designed to support the framework and not intended for use by applications.
Enums
- HttpTransportType
- Specifies a specific HTTP transport type.
- TransferFormat
- Specifies the transfer format for a connection.
Functions
-
getTransferFormatFromString(
String? value) → TransferFormat -
httpTransportTypeFromString(
String? value) → HttpTransportType