示例#1
0
 public ClientInformation()
 {
     _operatingSys = OperatingSystem.Win;
     _architecture = ProcessorArchitecture.x86;
     Locale        = ClientLocale.English;
     TimeZone      = 0x258;
     IPAddress     = new XmlIPAddress(System.Net.IPAddress.Loopback);
 }
示例#2
0
 public ClientInformation()
 {
     this._operatingSys = WCell.Constants.OperatingSystem.Win;
     this._architecture = ProcessorArchitecture.x86;
     this.Locale        = ClientLocale.English;
     this.TimeZone      = 600U;
     this.IPAddress     = new XmlIPAddress(System.Net.IPAddress.Loopback);
 }
示例#3
0
		public ClientInformation()
		{
			_operatingSys = OperatingSystem.Win;
			_architecture = ProcessorArchitecture.x86;
			Locale = ClientLocale.English;
			TimeZone = 0x258;
			IPAddress = new XmlIPAddress(System.Net.IPAddress.Loopback);
		}