Click or drag to resize
IServerStreamWriterT Interface
A writable stream of messages that is used in server-side handlers.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
public interface IServerStreamWriter<T> : IAsyncStreamWriter<T>

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Grpc.Core.IServerStreamWriter`1"]

The IServerStreamWriterT type exposes the following members.

Properties
  NameDescription
Public propertyWriteOptions
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.)
Top
Methods
Extension Methods
See Also