Class BattleNetFriendUser
Inheritance
System.Object
BattleNetFriendUser
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()
Namespace: Asgard3.Core.BattleNetClient
Assembly: Asgard3.Core.dll
Syntax
public class BattleNetFriendUser
Constructors
| Improve this Doc View SourceBattleNetFriendUser(String, Byte, Byte, Int32, String)
Declaration
public BattleNetFriendUser(string username, byte status, byte location, int product, string info)
Parameters
Type | Name | Description |
---|---|---|
System.String | username | |
System.Byte | status | |
System.Byte | location | |
System.Int32 | product | |
System.String | info |
Fields
| Improve this Doc View SourceLocation
Declaration
public BattleNetFriendsLocation Location
Field Value
Type | Description |
---|---|
BattleNetFriendsLocation |
LocationInformation
Declaration
public string LocationInformation
Field Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
ProductID
Declaration
public string ProductID
Field Value
Type | Description |
---|---|
System.String |
Status
Declaration
public BattleNetFriendsStatus Status
Field Value
Type | Description |
---|---|
BattleNetFriendsStatus |