|
| Name | Description |
|---|
 | Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
 | Finalize |
Destructor.
(Overrides Object..::..Finalize()()()().) |
 | 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.) |
  | SendTrap |
Send SNMP Trap notification
|
 | SendV1Trap(SnmpV1TrapPacket, IpAddress, Int32) |
Send SNMP version 1 Trap notification
|
 | SendV1Trap(IpAddress, Int32, String, Oid, IpAddress, Int32, Int32, UInt32, VbCollection) |
Construct and send SNMP v1 Trap
|
 | SendV2Trap(SnmpV2Packet, IpAddress, Int32) |
Send SNMP version 2 Trap notification
|
 | SendV2Trap(IpAddress, Int32, String, UInt32, Oid, VbCollection) |
Construct and send SNMP v2 Trap
|
 | SendV3Trap(SnmpV3Packet, IpAddress, Int32) |
Send SNMP version 3 Trap notification
|
 | SendV3Trap(IpAddress, Int32, array<Byte>[]()[][], Int32, Int32, String, UInt32, Oid, VbCollection) |
Construct and send SNMP v3 noAuthNoPriv Trap
|
 | SendV3Trap(IpAddress, Int32, array<Byte>[]()[][], Int32, Int32, String, UInt32, Oid, VbCollection, AuthenticationDigests, array<Byte>[]()[][]) |
Construct and send SNMP v3 authNoPriv Trap
|
 | SendV3Trap(IpAddress, Int32, array<Byte>[]()[][], Int32, Int32, String, UInt32, Oid, VbCollection, AuthenticationDigests, array<Byte>[]()[][], PrivacyProtocols, array<Byte>[]()[][]) |
Construct and send SNMP v3 authPriv Trap
|
 | ToString | (Inherited from Object.) |