Table of Contents

Property WrittenMemory

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

WrittenMemory

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

public ReadOnlyMemory<T> WrittenMemory { get; }

Property Value

ReadOnlyMemory<T>