<PackageReference Include="Relativity.OutsideIn" Version="2021.10.1" />

Method

public const int NameFieldNumber = 1

public const int OptionsFieldNumber = 6

public const int RequestStreamingFieldNumber = 3

public const int RequestTypeUrlFieldNumber = 2

public const int ResponseStreamingFieldNumber = 5

public const int ResponseTypeUrlFieldNumber = 4

public const int SyntaxFieldNumber = 7

public static MessageDescriptor Descriptor { get; }

public static MessageParser<Method> Parser { get; }

public string Name { get; set; }

public RepeatedField<Option> Options { get; }

public bool RequestStreaming { get; set; }

public string RequestTypeUrl { get; set; }

public bool ResponseStreaming { get; set; }

public string ResponseTypeUrl { get; set; }

public Syntax Syntax { get; set; }

public Method()

public Method(Method other)

public int CalculateSize()

public Method Clone()

public bool Equals(Method other)

public void MergeFrom(Method other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)