longPolling constant

HttpTransportType const longPolling

Specifies the Long Polling transport.

Implementation

static const HttpTransportType longPolling =
    HttpTransportType('LongPolling', 4);