Skip to content

DotsiderProtocol

Namespace: Dotsider.Core.Protocol

Assembly: Dotsider.Core.dll

Constants for the dotsider diagnostics protocol.

public static class DotsiderProtocol

ObjectDotsiderProtocol

Maximum UTF-8 byte length of a diagnostics request payload, excluding an optional UTF-8 byte-order mark and the line delimiter.

Returns: Int32

public const int MaxRequestBytes = 1048576

Current protocol version. Changing field types or semantics bumps this; adding optional fields does not.

Returns: Int32

public const int Version = 2