[Missing <summary> documentation for "M:White_Tiger.IWhiteTigerService.Login(System.String,System.String)"]

Namespace: White_Tiger
Assembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)

Syntax

C#
bool Login(
	string username,
	string password
)
Visual Basic
Function Login ( 
	username As String,
	password As String
) As Boolean
Visual C++
bool Login(
	String^ username, 
	String^ password
)

Parameters

username
Type: System..::..String

[Missing <param name="username"/> documentation for "M:White_Tiger.IWhiteTigerService.Login(System.String,System.String)"]

password
Type: System..::..String

[Missing <param name="password"/> documentation for "M:White_Tiger.IWhiteTigerService.Login(System.String,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:White_Tiger.IWhiteTigerService.Login(System.String,System.String)"]

See Also