PowerSNMP for .NET CF
LocalEndPoint Field
See Also  Send comments on this topic.
Dart.Snmp Namespace > SnmpBase Class : LocalEndPoint Field




Used to specify the local address, port, and address family.

Syntax

Visual Basic (Declaration) 
Public LocalEndPoint As IPEndPoint
Visual Basic (Usage)Copy Code
Dim instance As SnmpBase
Dim value As IPEndPoint
 
value = instance.LocalEndPoint
 
instance.LocalEndPoint = value
C# 
public IPEndPoint LocalEndPoint
Managed Extensions for C++ 
public: IPEndPoint* LocalEndPoint
C++/CLI 
public:
IPEndPoint^ LocalEndPoint

Remarks

The default address is IPAddress.Any. The default port is 162 for the Manager and 161 for the Agent. The default address family is AddressFamily.Internetwork (only AddressFamily.Internetwork and AddressFamily.InternetworkV6 are supported).

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.