Steamworks.ConnectionManager
Fields
Properties
Methods
void Close()
void OnConnected( Data.ConnectionInfo info )
Client is connected. They move from connecting to Connections
void OnDisconnected( Data.ConnectionInfo info )
The connection has been closed remotely or disconnected locally. Check data.State for details.
void OnMessage( System.IntPtr data, int size, System.Int64 messageNum, System.Int64 recvTime, int channel )