메소드 | 설명 | |
---|---|---|
CheckAccountAsync ( string username, string hash, |
Checks if a user account is valid using the user name and the connection Hash
|
|
CheckAccountAsync ( string username, string hash, bool useDefaultProxySettings = true ) : Task |
Checks if a user account is valid using the user name and the connection Hash
|
public static CheckAccountAsync ( string username, string hash, |
||
username | string | The name of the user |
hash | string | The calculated connection hash. See http://wiki.vg/Authentication#Server_operation for more information |
clientHandler | Specify advanced options on how the request should be sent | |
리턴 | Task |
public static CheckAccountAsync ( string username, string hash, bool useDefaultProxySettings = true ) : Task |
||
username | string | The name of the user |
hash | string | The calculated connection hash. See http://wiki.vg/Authentication#Server_operation for more information |
useDefaultProxySettings | bool | If this value is true the proxy will search for default proxy details |
리턴 | Task |