C# Class OSGridLauncher.OpenSimConfigurator

Exibir arquivo Open project: AdamFrisby/OSGridLauncher Class Usage Examples

Public Methods

Method Description
ConfigAndLaunch ( string regionName, string avFname, string avLname, System.Windows.Forms.ProgressBar pb, ToolStripStatusLabel status, StatusStrip statusStrip, bool autoPosition, int posX, int posY ) : void
OpenSimConfigurator ( ) : System
TestNetwork ( ) : bool

Private Methods

Method Description
DefowardPort ( int port, ProtocolType pt ) : void
Download ( ) : void
ForwardPort ( int port, ProtocolType pt ) : void
GetInternetIP ( ) : IPAddress
GetLocalIP ( ) : IPAddress
HasLatestVesion ( ) : bool
PrepareForUpgrade ( ) : void
Run ( ) : void
SetLatestVersion ( string url ) : void
SetStatus ( int percent, string text ) : void
SetStatus ( int val, string text, System.Windows.Forms.ProgressBar pb, ToolStripItem status, Control statusStrip ) : void
SetupDirs ( ) : void
SetupPortForwarding ( ) : void
TestNetwork_Listen ( ) : void
Unpack ( ) : void
WriteRegionConfig ( string regionName, string fname, string lname, bool pos, int x, int y ) : void
wc_DownloadFileCompleted ( object sender, System e ) : void
wc_DownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void

Method Details

ConfigAndLaunch() public method

public ConfigAndLaunch ( string regionName, string avFname, string avLname, System.Windows.Forms.ProgressBar pb, ToolStripStatusLabel status, StatusStrip statusStrip, bool autoPosition, int posX, int posY ) : void
regionName string
avFname string
avLname string
pb System.Windows.Forms.ProgressBar
status System.Windows.Forms.ToolStripStatusLabel
statusStrip System.Windows.Forms.StatusStrip
autoPosition bool
posX int
posY int
return void

OpenSimConfigurator() public method

public OpenSimConfigurator ( ) : System
return System

TestNetwork() public method

public TestNetwork ( ) : bool
return bool