![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
Various constants for http-type connections. More...
Static Public Attributes | |
static string | HTTP_VERSION = "HTTP/1.1" |
http version. More... | |
static string | METHOD_HEADER = "m" |
Diffusion method header. More... | |
static string | TYPE_HEADER = "ty" |
Diffusion type header. More... | |
static string | CAPABILITIES_HEADER = "ca" |
Diffusion capabilities header. More... | |
static string | VERSION_HEADER = "v" |
Diffusion version header. More... | |
static string | DUPLEX_COMMAND = "3" |
Diffusion duplex command. More... | |
static string | USERNAME_HEADER = "username" |
Diffusion user name header. More... | |
static string | PASSWORD_HEADER = "password" |
Diffusion password header. More... | |
static string | TOPIC_HEADER = "t" |
Diffusion topic header. More... | |
static string | CLIENT_ID_HEADER = "c" |
Diffusion client id header. More... | |
static string | SESSION_ID_HEADER = "c" |
Session id header. More... | |
static byte | MESSAGE_SEPARATOR = 8 |
Message separator byte. More... | |
static byte | CR = 13 |
Carriage return. More... | |
static byte | LF = 10 |
Line feed character. More... | |
static byte[] | CRLF = {CR, LF} |
CRLF byte array containing CR and LF. More... | |
static string | HTTP_200_RESPONSE = HTTP_VERSION + " 200 OK" |
Http 200 Response More... | |
Various constants for http-type connections.
|
static |
Diffusion capabilities header.
|
static |
Diffusion client id header.
|
static |
Carriage return.
|
static |
CRLF byte array containing CR and LF.
|
static |
Diffusion duplex command.
|
static |
Http 200 Response
|
static |
http version.
|
static |
Line feed character.
|
static |
Message separator byte.
|
static |
Diffusion method header.
|
static |
Diffusion password header.
|
static |
Session id header.
|
static |
Diffusion topic header.
|
static |
Diffusion type header.
|
static |
Diffusion user name header.
|
static |
Diffusion version header.