LoginRequest ClassDelta Engine Documentation
Tries to connect to the Delta Engine online service for logging, content and building. Always needs a valid ApiKey, which should be setup via the Editor. The initial project name is used for logging and content requesting, but can be changed via ChangeProject in the Editor. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Networking.Messages LoginRequest

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

public sealed class LoginRequest

The LoginRequest type exposes the following members.

Constructors

  NameDescription
Public methodLoginRequest
Initializes a new instance of the LoginRequest class
Top
Properties

  NameDescription
Public propertyApiKey
Public propertyInitialProjectName
Top
See Also