Transport class for IPv4 using UDP
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public class UdpTarget : UdpTransport, IDisposable |
| Visual Basic |
|---|
Public Class UdpTarget _ Inherits UdpTransport _ Implements IDisposable |
| Visual C++ |
|---|
public ref class UdpTarget : public UdpTransport, IDisposable |
Remarks
InternetProtocol version 4 User Datagram Protocol (IP/UDP) transport protocol
implementation for use with SNMP versions 1, 2 and 3.