Enum Operation
Namespace: Void.Proxy.Api.Network
Assembly: Void.Proxy.Api.dll
Specifies the stream operations to which a component or failure applies.
[Flags]public enum OperationExtension Methods
StructExtensions.IsDefault<Operation>(Operation)
Fields
Any = 3
Applies to both read and write operations.
Read = 1
Reads data from the channel.
Write = 2
Writes data to the channel.