IP/UDP transport class.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class UdpTransport
Public Class UdpTransport
public ref class UdpTransport

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
UdpTransport()()()
Constructor. Initializes and binds the Socket class
Close()()()
Dispose of the class. Call this function to close the socket.
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.)
IsBusy
Is class busy. This property is true when class is servicing another request, false if ready to process a new request.
Request(IPAddress, Int32, array<Byte>[]()[], Int32, Int32, Int32)
Make sync request using IP/UDP with request timeouts and retries.
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::.Object
  SnmpSharpNet..::.UdpTransport
    SnmpSharpNet..::.UdpTarget

See Also