LoginSuccessful ClassDelta Engine Documentation
After sending LoginRequest to the server this is send back if the login was successful. If the login failed an ServerError message is send back. Only after this the server other messages. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Networking.Messages LoginSuccessful

Namespace: DeltaEngine.Networking.Messages
Assembly: DeltaEngine.Networking.Messages (in DeltaEngine.Networking.Messages.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class LoginSuccessful

The LoginSuccessful type exposes the following members.

Constructors

  NameDescription
Public methodLoginSuccessful
Initializes a new instance of the LoginSuccessful class
Top
Properties

  NameDescription
Public propertyAccountImagePath
Public propertyUserName
Top
See Also