IServerStreamWriterT Interface |
Namespace: Grpc.Core
[Missing <typeparam name="T"/> documentation for "T:Grpc.Core.IServerStreamWriter`1"]
The IServerStreamWriterT 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.
(Inherited from IAsyncStreamWriterT.) |
Name | Description | |
---|---|---|
![]() | WriteAsync |
Writes a single asynchronously. Only one write can be pending at a time.
(Inherited from IAsyncStreamWriterT.) |
Name | Description | |
---|---|---|
![]() | WriteAllAsyncT |
Writes all elements from given enumerable to the stream.
(Defined by AsyncStreamExtensions.) |