Click or drag to resize

ExtensionNumberResponse Class

A list of extension numbers sent by the server answering all_extension_numbers_of_type request.
Inheritance Hierarchy
SystemObject
  Grpc.Reflection.V1AlphaExtensionNumberResponse

Namespace:  Grpc.Reflection.V1Alpha
Assembly:  Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntax
public sealed class ExtensionNumberResponse : IMessage<ExtensionNumberResponse>, 
	IMessage, IEquatable<ExtensionNumberResponse>, IDeepCloneable<ExtensionNumberResponse>

The ExtensionNumberResponse type exposes the following members.

Constructors
  NameDescription
Public methodExtensionNumberResponse
Initializes a new instance of the ExtensionNumberResponse class
Public methodExtensionNumberResponse(ExtensionNumberResponse)
Initializes a new instance of the ExtensionNumberResponse class
Top
Properties
  NameDescription
Public propertyBaseTypeName
Full name of the base type, including the package name. The format is <package>.<type>
Public propertyStatic memberDescriptor
Public propertyExtensionNumber
Public propertyStatic memberParser
Top
Methods
Fields
  NameDescription
Public fieldStatic memberBaseTypeNameFieldNumber
Field number for the "base_type_name" field.
Public fieldStatic memberExtensionNumberFieldNumber
Field number for the "extension_number" field.
Top
See Also