PowerTCP Sockets for .NET
Servers Property




Syntax
'Declaration
 
Public ReadOnly Property Servers As List(Of IPEndPoint)
'Usage
 
Dim instance As Dns
Dim value As List(Of IPEndPoint)
 
value = instance.Servers
public List<IPEndPoint> Servers {get;}
public: __property List<IPEndPoint*>* get_Servers();
public:
property List<IPEndPoint^>^ Servers {
   List<IPEndPoint^>^ get();
}
See Also

Reference

Dns Class
Dns Members


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