PowerTCP Telnet for .NET CF
LocalEndPoint Field
See Also  Send comments on this topic.
Dart.Common Namespace > SocketOption Class : LocalEndPoint Field




Gets or sets the desired local IPEndPoint (address and port) the socket should be bound to.

Syntax

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

Socket.Bind will be used bind the socket to the specified endpoint.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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