Property | Type | Description | |
---|---|---|---|
ClearCookies | void | ||
Decrypt | byte[] | ||
Decrypt | byte[] | ||
DownloadData | byte[] | ||
Encrypt | string | ||
UploadValues | byte[] |
Method | Description | |
---|---|---|
Exchange ( ) : System |
Method | Description | |
---|---|---|
ClearCookies ( ) : void | ||
Decrypt ( byte input, byte key ) : byte[] | ||
Decrypt ( string base64String, byte key ) : byte[] | ||
DownloadData ( string address ) : byte[] | ||
Encrypt ( byte input, byte key ) : string | ||
UploadValues ( string address, |