Click or drag to resize
LoginStrategyBase Class
Abstract base class for logi strategies
Inheritance Hierarchy

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
public abstract class LoginStrategyBase : ILoginStrategy

The LoginStrategyBase type exposes the following members.

Properties
  NameDescription
Public propertyBlockTimeout
The timeout to be used for logging in
Public propertyCredentials
Returns the login credentials. Only called from within the APi
Top
See Also