Table of Contents

Property WrittenSpan

Namespace
NATS.Client.Core
Assembly
NATS.Client.Core.dll

WrittenSpan

Gets the data written to the underlying buffer so far, as a ReadOnlySpan<T>.

public ReadOnlySpan<T> WrittenSpan { get; }

Property Value

ReadOnlySpan<T>