Constructor
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.0.0 (0.9.0)
Syntax
| C# |
|---|
public AgentParameters( SnmpVersion version, OctetString community, bool disableReplySourceCheck ) |
| Visual Basic |
|---|
Public Sub New ( _ version As SnmpVersion, _ community As OctetString, _ disableReplySourceCheck As Boolean _ ) |
| Visual C++ |
|---|
public: AgentParameters( SnmpVersion version, OctetString^ community, bool disableReplySourceCheck ) |
Parameters
- version
- Type: SnmpSharpNet..::..SnmpVersion
SNMP Protocol version
- community
- Type: SnmpSharpNet..::..OctetString
SNMP community name
- disableReplySourceCheck
- Type: System..::..Boolean
Should reply source IP address/port number be checked on reply reception