Overload List

NameDescription
Request(Pdu, IAgentParameters)
Make SNMP request. With this method you can make blocked SNMP version 1, 2 and 3 requests of type GET, GET-NEXT, GET-BULK, SET and REPORT (request types have to compatible with the SNMP protocol version you are using). This method will pass through any exceptions thrown by parsing classes/methods so see individual packet classes, ASN.1 type classes, authentication, privacy, etc. classes for exceptions thrown.
Request(IPAddress, Int32, array<Byte>[]()[], Int32, Int32, Int32)
Make sync request using IP/UDP with request timeouts and retries.

See Also