PowerTCP Sockets for .NET
IPEndPoint Constructor(String,Int32)




Syntax
'Declaration
 
Public Function New( _
   ByVal hostNameOrAddress As String, _
   ByVal port As Integer _
)
'Usage
 
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
)

Parameters

hostNameOrAddress
port
See Also

Reference

IPEndPoint Class
IPEndPoint Members
Overload List


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