I have to test the class Lextm.SharpSnmpLib.Pipeline.ISnmpContext with the following methods
get_Binding get_CreatedTime get_Request get_Response get_Sender
but not a unit test, i need a test case and i should not modify the library itself but only using it. I thought about using the snmptrapd already in the code examples but i have no idea how to call in particular those methods above without modifying the library and i cannot find any example.I see there is something in the Rolling Logger in the GetLogEntry method but as said i need help to get an Isnmp context first
Thanks