[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]

[This is preliminary documentation and is subject to change.]

Registers a client connection, tracking it and increasing the available buffer pool.

Namespace:  BNSharp
Assembly:  BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)

Syntax

C#
public static void RegisterClient(
	BattleNetClient client
)
Visual Basic (Declaration)
Public Shared Sub RegisterClient ( _
	client As BattleNetClient _
)
Visual C++
public:
static void RegisterClient(
	BattleNetClient^ client
)

Parameters

client
Type: BNSharp.Net..::.BattleNetClient
The client connection that is being registered.

See Also