The UdpTransport type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UdpTransport |
Constructor. Initializes and binds the Socket class
|
Methods
| Name | Description | |
|---|---|---|
| Close |
Close network socket
| |
| Dispose |
Dispose of the class.
| |
| Equals | (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.) | |
| initSocket |
Initialize class socket
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Request |
Make sync request using IP/UDP with request timeouts and retries.
| |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| _isIPv6 |
Flag showing if class is using IPv6 or IPv4
| |
| _noSourceCheck |
Internal variable used to disable host IP address/port number check on received SNMP reply packets. If this option is disabled (default)
only replies from the IP address/port number combination to which the request was sent will be accepted as valid packets.
This value is set in the AgentParameters class and is only valid for SNMP v1 and v2c requests.
| |
| _socket |
Socket
|
Properties
| Name | Description | |
|---|---|---|
| IsBusy |
Is class busy. This property is true when class is servicing another request, false if
ready to process a new request.
| |
| IsIPv6 |
Flag used to determine if class is using IP version 6 (true) or IP version 4 (false)
|