The UdpTarget type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Close()()()
Dispose of the class. Call this function to close the socket.
(Inherited from UdpTransport.)
Discovery(SecureAgentParameters)
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(SecureAgentParameters, SnmpAsyncResponse)
Make an async discovery request for protocol version 3.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(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.)
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.
(Inherited from UdpTransport.)
RequestAsync(Pdu, IAgentParameters, SnmpAsyncResponse)
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()()()
Returns a String that represents the current Object.
(Inherited from Object.)

See Also