PowerTCP Telnet for .NET
HostNameOrAddress Property




Syntax
Public Property HostNameOrAddress As String
Dim instance As IPEndPoint
Dim value As String
 
instance.HostNameOrAddress = value
 
value = instance.HostNameOrAddress
public string HostNameOrAddress {get; set;}
public: __property string* get_HostNameOrAddress();
public: __property void set_HostNameOrAddress( 
   string* value
);
public:
property String^ HostNameOrAddress {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

IPEndPoint Class
IPEndPoint Members


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