Show / Hide Table of Contents

    Interface IHasWriteOptions

    Allows sharing write options between ServerCallContext and other objects.

    Namespace: Grpc.Core
    Assembly: Grpc.Core.dll
    Syntax
    public interface IHasWriteOptions

    Properties

    WriteOptions

    Gets or sets the write options.

    Declaration
    WriteOptions WriteOptions { get; set; }
    Property Value
    Type Description
    WriteOptions
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX