Class ConnectionSettings
Inheritance
System.Object
ConnectionSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Asgard3.Core.dll
Syntax
[Serializable]
public class ConnectionSettings
Fields
|
Improve this Doc
View Source
AutomaticReconnect
Declaration
public bool AutomaticReconnect
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AutoRejoin
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bnet_port
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
bnet_server
Declaration
public string bnet_server
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
bnls_port
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
bnls_server
Declaration
public string bnls_server
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
cdkey1
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
cdkey2
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
cdkeyowner
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ChangePassword
Declaration
public bool ChangePassword
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
client
Declaration
public BattleNetGame client
Field Value
|
Improve this Doc
View Source
connectiontype
Declaration
public ConnectionType connectiontype
Field Value
|
Improve this Doc
View Source
CycleRealmCharacters
Declaration
public bool CycleRealmCharacters
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
email
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FilterLevel
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
homechannel
Declaration
public string homechannel
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Idle
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IdleMessage
Declaration
public string IdleMessage
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IdleTime
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
IdleType
Declaration
public AntiIdleType IdleType
Field Value
|
Improve this Doc
View Source
index
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LocalIP
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LoginRealm
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NewPassword
Declaration
public string NewPassword
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
password
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
pingtype
Declaration
public BattleNetPingType pingtype
Field Value
|
Improve this Doc
View Source
ProxyPassword
Declaration
public string ProxyPassword
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ProxyPort
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ProxyServer
Declaration
public string ProxyServer
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ProxyType
Declaration
public ProxyType ProxyType
Field Value
|
Improve this Doc
View Source
ProxyUsername
Declaration
public string ProxyUsername
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ResetPassword
Declaration
public bool ResetPassword
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SavedRealm
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SavedRealmCharacter
Declaration
public string SavedRealmCharacter
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UseProxy
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
username
Declaration
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
verbyte
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
warden
Declaration
Field Value
Properties
|
Improve this Doc
View Source
UserList
Declaration
public UserDatabase UserList { get; set; }
Property Value
|
Improve this Doc
View Source
Users
Declaration
public List<SerializableKeyValuePair<string, UserItem>> Users { get; set; }
Property Value