<PackageReference Include="Grpc.Core.Api" Version="2.76.0" />

Grpc.Core.WriteFlags

public enum WriteFlags
Flags for write operations.

Hint that the write may be buffered and need not go out on the wire immediately. gRPC is free to buffer the message until the next non-buffered write, or until write stream completion, but it need not buffer completely or at all.

Force compression to be disabled for a particular write.