Skip to content

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 : IDisposable

Implements

IDisposable

Remarks

Consumers that retain ownership of a message must dispose it to release any pooled buffers or other resources held by the implementation.