Property | Type | Description | |
---|---|---|---|
Services | string[] | ||
Step | int |
Method | Description | |
---|---|---|
GamespyRedirectForm ( ) : System |
Creates a new instance of GamespyRedirectForm
|
Method | Description | |
---|---|---|
AfterSelectProcessing ( ) : void |
When the Step is changed, this method handles the processing of the next step
|
|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
VerifyDnsCache ( ) : bool |
This method ping's the gamepsy services and verifies that the Redirect services are working. This method effectivly replaces the Redirector.VerifyDNSCache() method.
|
Method | Description | |
---|---|---|
CancelBtn_Click ( object sender, |
Event fired if the Cancel Button is pressed
|
|
DnsRadio_CheckedChanged ( object sender, |
||
GetRedirectAddressesAsync ( ) : Task |
Fetches the IP addresses of the hostnames provided in the redirect address boxes, and returns whether the provided hostnames were valid
|
|
HostsRadio_CheckedChanged ( object sender, |
||
IcsRadio_CheckedChanged ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
NextBtn_Click ( object sender, |
Event fired when the Next button is pushed
|
|
PrevBtn_Click ( object sender, |
Event fired when the Previous button is pushed
|
|
RedirectStatusUpdate ( |
Updates the Verify Hosts(ics) tab UI steps with status icons Callback method for the Redirector.ApplyRedirectsAsync Method's IProgress. |
|
SetHostStatus ( int i, string ImgText, |
Fills in the details of a Hosts(Ics) tab progress step on the GUI
|
|
SetStatus ( int i, string address, |
This method sets the address, image, and image balloon text for the services listed in this form by service index.
|
|
ShowDnsErrorPage ( ) : void | ||
ShowHostsErrorPage ( ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |