Click or drag to resize

GetClientConnectionIdRequest Class

* A request that creates and retrieves the Client ID for the specified user and application.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetClientConnectionIdRequest

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public sealed class GetClientConnectionIdRequest : IMessage<GetClientConnectionIdRequest>, 
	IMessage, IEquatable<GetClientConnectionIdRequest>, IDeepCloneable<GetClientConnectionIdRequest>, 
	IBufferMessage

The GetClientConnectionIdRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetClientConnectionIdRequestInitializes a new instance of the GetClientConnectionIdRequest class
Public methodGetClientConnectionIdRequest(GetClientConnectionIdRequest)Initializes a new instance of the GetClientConnectionIdRequest class
Top
Properties
 NameDescription
Public propertyApp The name of the application.
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Public propertyUserId The ID of the user.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberAppFieldNumberField number for the "app" field.
Public fieldStatic memberUserIdFieldNumberField number for the "user_id" field.
Top
See Also