Interface ICompleteBinaryMessage
Namespace: Void.Proxy.Api.Network.Messages
Assembly: Void.Proxy.Api.dll
Represents a complete binary message stored in a recyclable memory stream.
public interface ICompleteBinaryMessage : INetworkMessage, IDisposableImplements
Properties
Stream
Gets the stream containing the complete message payload.
RecyclableMemoryStream Stream { get; }Property Value
RecyclableMemoryStream