Skip to content

Interface IBufferedBinaryMessage

Namespace: Void.Proxy.Api.Network.Messages
Assembly: Void.Proxy.Api.dll

Represents a binary message whose data is accumulated in a recyclable memory stream.

public interface IBufferedBinaryMessage : INetworkMessage, IDisposable

Implements

INetworkMessage, IDisposable

Properties

Stream

Gets the stream containing the currently buffered message data.

RecyclableMemoryStream Stream { get; }

Property Value

RecyclableMemoryStream