Click or drag to resize

ServerCallContextStatus Property

Status to send back to client after RPC finishes.

Namespace:  Grpc.Core
Assembly:  Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntax
public Status Status { get; set; }

Property Value

Type: Status
See Also