HttpTransportType enum
Specifies a specific HTTP transport type.
Fields
None = 0 | Specifies no transport preference. |
WebSockets = 1 | Specifies the WebSockets transport. |
ServerSentEvents = 2 | Specifies the Server-Sent Events transport. |
LongPolling = 4 | Specifies the Long Polling transport. |