Monitor incoming traffic

Hi,

you can log all incoming requests in Server.OnReadFromStream event.

another way - use code snippet from Using OnCustomResponseEvent in a ROSDK Server.
Note: the OnCustomResponseEvent handles only unknown requests.