Click or drag to resize

GetHostNameResponse Class

* The response of getting the host name.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetHostNameResponse

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
Syntax
C#
public sealed class GetHostNameResponse : IMessage<GetHostNameResponse>, 
	IMessage, IEquatable<GetHostNameResponse>, IDeepCloneable<GetHostNameResponse>, 
	IBufferMessage

The GetHostNameResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetHostNameResponseInitializes a new instance of the GetHostNameResponse class
Public methodGetHostNameResponse(GetHostNameResponse)Initializes a new instance of the GetHostNameResponse class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyHostName The host name.
Public propertyStatic memberParser 
Public propertyStatus The status of the call.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberHostNameFieldNumberField number for the "host_name" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Top
See Also