Property Size
Size
Message size in bytes.
int Size { get; }
Property Value
Remarks
Message size is calculated using the same method NATS server uses:
int size = subject.Length + replyTo.Length + headers.Length + payload.Length;
Message size in bytes.
int Size { get; }
Message size is calculated using the same method NATS server uses:
int size = subject.Length + replyTo.Length + headers.Length + payload.Length;