Initialize class socket
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
protected void initSocket( bool useV6 ) |
| Visual Basic |
|---|
Protected Sub initSocket ( _ useV6 As Boolean _ ) |
| Visual C++ |
|---|
protected: void initSocket( bool useV6 ) |
Parameters
- useV6
- Type: System..::..Boolean
Should socket be initialized for IPv6 (true) of IPv4 (false)