transport property

Object? transport
getter/setter pair

An HttpTransportType or ITransport value specifying the transport to use for the connection If transport is null and the server supports all transport protocols than HttpTransportType.WebSockets is used.

Implementation

Object? transport;