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




Syntax
'Declaration
 
Public Function New( _
   ByVal hostNameOrAddress As String, _
   ByVal addressFamily As AddressFamily, _
   ByVal port As Integer, _
   ByVal range As Integer _
)
'Usage
 
Dim hostNameOrAddress As String
Dim addressFamily As AddressFamily
Dim port As Integer
Dim range As Integer
 
Dim instance As New IPEndPoint(hostNameOrAddress, addressFamily, port, range)
public IPEndPoint( 
   string hostNameOrAddress,
   AddressFamily addressFamily,
   int port,
   int range
)
public: IPEndPoint( 
   string* hostNameOrAddress,
   AddressFamily addressFamily,
   int port,
   int range
)
public:
IPEndPoint( 
   String^ hostNameOrAddress,
   AddressFamily addressFamily,
   int port,
   int range
)

Parameters

hostNameOrAddress
addressFamily
port
range
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