Dart.Telnet Namespace > IPEndPoint Class > IPEndPoint Constructor : IPEndPoint Constructor(String,Int32) |
Public Function New( _ ByVal hostNameOrAddress As String, _ ByVal port As Integer _ )
Dim hostNameOrAddress As String Dim port As Integer Dim instance As New IPEndPoint(hostNameOrAddress, port)
public IPEndPoint( string hostNameOrAddress, int port )
public: IPEndPoint( string* hostNameOrAddress, int port )
public: IPEndPoint( String^ hostNameOrAddress, int port )