Click or drag to resize

OperationalEncoding Enumeration

.NET STTP API
Enumeration of the possible string encoding options of an STTP session.

Namespace: sttp.transport
Assembly: sttp.net (in sttp.net.dll) Version: 1.0.0
Syntax
public enum OperationalEncoding
Request Example
Members
Member nameValueDescription
UTF16LE0Obsolete.
Targets little-endian 16-bit Unicode character encoding for strings.
UTF16BE256Obsolete.
Targets big-endian 16-bit Unicode character encoding for strings.
UTF8512 Targets 8-bit variable-width Unicode character encoding for strings.
See Also