IAsyncStreamWriterT Interface |
Namespace: Grpc.Core
The IAsyncStreamWriterT type exposes the following members.
Name | Description | |
---|---|---|
![]() | WriteOptions |
Write options that will be used for the next write.
If null, default options will be used.
Once set, this property maintains its value across subsequent
writes.
|
Name | Description | |
---|---|---|
![]() | WriteAsync |
Writes a single asynchronously. Only one write can be pending at a time.
|