Dart.Snmp Namespace > SnmpSocket Class > SnmpSocket Constructor : SnmpSocket Constructor(SnmpBase,IPEndPoint) |
Public Function New( _ ByVal entity As SnmpBase, _ ByVal localEP As IPEndPoint _ )
Dim entity As SnmpBase Dim localEP As IPEndPoint Dim instance As New SnmpSocket(entity, localEP)
public SnmpSocket( SnmpBase entity, IPEndPoint localEP )
public: SnmpSocket( SnmpBase* entity, IPEndPoint* localEP )
public: SnmpSocket( SnmpBase^ entity, IPEndPoint^ localEP )
When created by the user, Close() should be used to release resources.