Method | Description | |
---|---|---|
Check ( string user_id, string password_str ) : bool |
接口校验用户名密码
|
Method | Description | |
---|---|---|
SendAsync ( |
以异步操作发送 HTTP 请求到内部管理器以发送到服务器。
|
Method | Description | |
---|---|---|
NLogLogger ( int userId ) : void |
ns the log logger.
|
|
requestCancel ( |
Requests the cancel.
|
public Check ( string user_id, string password_str ) : bool | ||
user_id | string | |
password_str | string | |
return | bool |
protected SendAsync ( |
||
request | 要发送到服务器的 HTTP 请求消息。 | |
cancellationToken | System | 取消操作的取消标记。 |
return | System.Threading.Tasks.Task |