The UdpTarget type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Close |
Dispose of the class. Call this function to close the 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.
| |
| Equals | (Inherited from Object.) | |
| FieldGetter | (Inherited from Object.) | |
| FieldSetter | (Inherited from Object.) | |
| Finalize |
Destructor
(Inherited from UdpTransport.) | |
| GetFieldInfo | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Request | Overloaded. | |
| 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.) |