Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
SBHTTPSCommon_TSBHTTPChunkState = short;
const short chSize = 0;
const short chLineFeed = 1;
const short chData = 2;
const short chHeader = 3;
[VB.NET]
SBHTTPSCommon_TSBHTTPChunkState As Short
Const chSize As Short = 0
Const chLineFeed As Short = 1
Const chData As Short = 2
Const chHeader As Short = 3
[Pascal]
under development
[C++]
typedef uint8_t SBHTTPSCommon_TSBHTTPChunkStateRaw;
typedef enum { _chSize = 0, _chLineFeed = 1, _chData = 2, _chHeader = 3 } SBHTTPSCommon_TSBHTTPChunkState;
[PHP]
class SBHTTPSCommon_TSBHTTPChunkState extends TSBBaseEnum {
const chSize = 0;
const chLineFeed = 1;
const chData = 2;
const chHeader = 3;
}
Possible values
Declared in
.NET:
- Namespace: SBHTTPSCommon
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum