Facepunch.Steamworks Wiki

Steamworks.ISocketManager

Methods

Called when the connection is fully connected and can start being communicated with
Must call Accept or Close on the connection within a second or so
Called when the connection leaves
void OnMessage( Data.Connection connection, Data.NetIdentity identity, System.IntPtr data, int size, System.Int64 messageNum, System.Int64 recvTime, int channel )
Received a message from a connection