public ClientInformation() { _operatingSys = OperatingSystem.Win; _architecture = ProcessorArchitecture.x86; Locale = ClientLocale.English; TimeZone = 0x258; IPAddress = new XmlIPAddress(System.Net.IPAddress.Loopback); }
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); }