Delegate BattleNetClient.DelegateHandleSocketData
Namespace: Asgard3.Core.BattleNetClient
Assembly: Asgard3.Core.dll
Syntax
public delegate void DelegateHandleSocketData(byte packetid, ServiceType socket, string username, string packet, Color col, SocketAction action);
Parameters
Type | Name | Description |
---|---|---|
System.Byte | packetid | |
ServiceType | socket | |
System.String | username | |
System.String | packet | |
System.Drawing.Color | col | |
SocketAction | action |