The UdpTarget type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Close |
Close network socket
(Inherited from UdpTransport.) | |
| Discovery |
Perform SNMP version 3 discovery operation. This is the first operation that needs to be
performed on a newly accessed agent to retrieve agentId, agentBoots and agentTime values, critical
for further authentication and privacy operations.
| |
| DiscoveryAsync |
Make an async discovery request for protocol version 3.
| |
| Dispose |
Dispose of the class.
(Inherited from UdpTransport.) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Destructor
(Inherited from UdpTransport.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| initSocket |
Initialize class socket
(Inherited from UdpTransport.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Request(Pdu, IAgentParameters) | Make SNMP Request | |
| Request(IPAddress, Int32, array<Byte>[]()[][], Int32, Int32, Int32) |
Make sync request using IP/UDP with request timeouts and retries.
(Inherited from UdpTransport.) | |
| RequestAsync |
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.
| |
| ToString | (Inherited from Object.) |