Interface INetworkMessage
Namespace: Void.Proxy.Api.Network.Messages
Assembly: Void.Proxy.Api.dll
Represents a disposable unit of data processed by a network channel.
public interface INetworkMessage : IDisposableImplements
Remarks
Consumers that retain ownership of a message must dispose it to release any pooled buffers or other resources held by the implementation.