Click or drag to resize
IService1Login Method
User authentication.

Namespace: WcfService
Assembly: FRAM.WcfService (in FRAM.WcfService.dll) Version: FRAM 2.0 v2.2.5.0
Syntax
UserModel Login(
	string username,
	string password
)

Parameters

username
Type: SystemString
Username
password
Type: SystemString
Password

Return Value

Type: UserModel

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

See Also