Reference Library
Asgard5.Bnet Namespace
NamespacesAsgard5.Bnet
Declaration Syntax
C#Visual BasicVisual C++
namespace Asgard5.Bnet
Namespace Asgard5.Bnet
namespace Asgard5.Bnet
Types
All TypesClassesInterfacesEnumerationsDelegates
IconTypeDescription
BattleNetClient
BattleNetClientId
BattleNetClientSettings
BattleNetPacketId
BncsPacket
Completes a DataBuffer implementation with the additional data used by the BNCS protocol.

BncsReader
Completes a DataBuffer implementation with the additional data used by the BNCS protocol.

ParseBnetPacket
ServerItem
This class contains information for a specific battle.net ip or hostname.

ServerResolver
Is used to take a known battle.net server ip or hostname and allow you to get the suffixes the server adds at the end of usernames. You must do one of the following before you attempt to access the list of servers. You can either call the Init() method or allocate a new servers list and then manually add server information. I recommend just calling Init() and then using the rest of the methods and properties.