Logs the current handle into the server for normal operation.
Namespace:
BoneAssembly: BoneNet (in BoneNet.dll) Version: 0.1.3089.35299 (0.1.0)
Syntax
| C# |
|---|
public bool Login( string user, string password ) |
| Visual Basic (Declaration) |
|---|
Public Function Login ( _ user As String, _ password As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool Login( String^ user, String^ password ) |
Parameters
- user
- Type: System..::.String
User name to use when logging in.
- password
- Type: System..::.String
Password to use when logging in.