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