PowerTCP Sockets for .NET
LocalEndPoint Property




Syntax
'Declaration
 
Public Property LocalEndPoint As IPEndPoint
'Usage
 
Dim instance As Session
Dim value As IPEndPoint
 
instance.LocalEndPoint = value
 
value = instance.LocalEndPoint
public IPEndPoint LocalEndPoint {get; set;}
public: __property IPEndPoint* get_LocalEndPoint();
public: __property void set_LocalEndPoint( 
   IPEndPoint* value
);
public:
property IPEndPoint^ LocalEndPoint {
   IPEndPoint^ get();
   void set (    IPEndPoint^ value);
}
See Also

Reference

Session Class
Session Members


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic