Click or drag to resize

LoginRequest Constructor (String, String)

See LoginRequest(string, string, string, ISFSObject) constructor.

Namespace:  Sfs2X.Requests
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public LoginRequest(
	string userName,
	string password
)

Parameters

userName
Type: SystemString
password
Type: SystemString
See Also