Dart.Ftp Namespace > IPEndPoint Class > IPEndPoint Constructor : IPEndPoint Constructor(String) |
Public Function New( _ ByVal hostNameOrAddress As String _ )
Dim hostNameOrAddress As String Dim instance As New IPEndPoint(hostNameOrAddress)
public IPEndPoint( string hostNameOrAddress )
public: IPEndPoint( String^ hostNameOrAddress )
The hostNameOrAddress parameter is limited to 126 characters in pre-4.0 versions of the .NET Framework, and 255 characters in versions 4.0 and higher.
If hostNameOrAddress is a hostname, resolves to the IPv4 address.