Show / Hide Table of Contents

Interface IServerStreamWriter<T>

A writable stream of messages that is used in server-side handlers.

Inherited Members
IAsyncStreamWriter<T>.WriteAsync(T)
IAsyncStreamWriter<T>.WriteOptions
Namespace: Grpc.Core
Assembly: Grpc.Core.Api.dll
Syntax
public interface IServerStreamWriter<T> : IAsyncStreamWriter<T>
Type Parameters
Name Description
T
Back to top