![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
Transport type. More...
Static Public Member Functions | |
static TransportType | FromCode (byte code) |
Returns the constant associated with the given code. More... | |
![]() | |
static T | ValueOf (string name) |
Returns the value of this enum. More... | |
static IEnumerable< T > | Values () |
Returns the values of this enum. More... | |
Static Public Attributes | |
static readonly TransportType | WEBSOCKET = new TransportType(TransportTypeEnum.WEBSOCKET, 0) |
WebSocket protocol. More... | |
static readonly TransportType | HTTP_LONG_POLL = new TransportType(TransportTypeEnum.HTTP_LONG_POLL, 1) |
HTTP long polling transport. More... | |
static readonly TransportType | IFRAME_LONG_POLL = new TransportType(TransportTypeEnum.IFRAME_LONG_POLL, 2) |
HTTP long poll, re-issued with HTML script tags. More... | |
static readonly TransportType | IFRAME_STREAMING = new TransportType(TransportTypeEnum.IFRAME_STREAMING, 3) |
HTTP 1.1. Chunked transfer delivered to a browser 'forever frame', wrapped in HTML script tags. More... | |
static readonly TransportType | DPT = new TransportType(TransportTypeEnum.DPT, 4) |
Diffusion protocol based on TCP sockets. More... | |
static readonly TransportType | HTTPC = new TransportType(TransportTypeEnum.HTTPC, 5) |
Diffusion protocol based on HTTP 1.1 chunked transfer. More... | |
static readonly TransportType | HTTPC_DUPLEX = new TransportType(TransportTypeEnum.HTTPC_DUPLEX, 6) |
Diffusion protocol based on HTTP 1.1 chunked transfer. More... | |
static readonly TransportType | OTHER = new TransportType(TransportTypeEnum.OTHER, 7) |
Transport type is not known to the local session, probably because the remote client is using a different version of Diffusion. More... | |
Properties | |
byte | Code [get, set] |
Returns the byte representation of the enum content. More... | |
![]() | |
string | Name [get] |
Returns the name of this enum. More... | |
Additional Inherited Members | |
![]() | |
override string | ToString () |
| |
![]() | |
Enum | INTERNAL_ENUM |
The internal enum value. More... | |
Transport type.
TODO: Relocate.
|
static |
Returns the constant associated with the given code.
code |
|
static |
Diffusion protocol based on TCP sockets.
|
static |
HTTP long polling transport.
|
static |
Diffusion protocol based on HTTP 1.1 chunked transfer.
|
static |
Diffusion protocol based on HTTP 1.1 chunked transfer.
|
static |
HTTP long poll, re-issued with HTML script tags.
|
static |
HTTP 1.1. Chunked transfer delivered to a browser 'forever frame', wrapped in HTML script tags.
|
static |
Transport type is not known to the local session, probably because the remote client is using a different version of Diffusion.
|
static |
WebSocket protocol.
|
getset |
Returns the byte representation of the enum content.