Click or drag to resize

RegisterMessage Constructor (RegistrationDetails)

Initializes a new instance of the RegisterMessage class

Namespace:  SoftGear.Strix.Client.Core.Auth.Message
Assembly:  strix-client-csharp-core (in strix-client-csharp-core.dll) Version: 2.3.0
Syntax
C#
public RegisterMessage(
	RegistrationDetails registrationDetails
)

Parameters

registrationDetails
Type: SoftGear.Strix.Client.Core.AuthRegistrationDetails
See Also