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




Used to specify the local address, port, and address family. This must be set before the Socket property is used.

Syntax

Visual Basic (Declaration) 
Public LocalEndPoint As IPEndPoint
Visual Basic (Usage)Copy Code
Dim instance As ManagerSlave
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 0 (any). 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.