C# Class NetSeal_Helper.NetSeal.Exchange.Exchange

Show file Open project: Alcatraz3222/NetSeal-Helper

Private Properties

Property Type Description
ClearCookies void
Decrypt byte[]
Decrypt byte[]
DownloadData byte[]
Encrypt string
UploadValues byte[]

Public Methods

Method Description
Exchange ( ) : System

Private Methods

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, NameValueCollection data ) : byte[]

Method Details

Exchange() public method

public Exchange ( ) : System
return System