Dart.Mail Namespace > IPEndPoint Class > IPEndPoint Constructor : IPEndPoint Constructor(String,String,Int32,Int32) |
Public Function New( _ ByVal hostNameOrAddress As String, _ ByVal address As String, _ ByVal port As Integer, _ ByVal range As Integer _ )
Dim hostNameOrAddress As String Dim address As String Dim port As Integer Dim range As Integer Dim instance As New IPEndPoint(hostNameOrAddress, address, port, range)
This constructor is typically used to serialize the IPEndPoint and does not resolve hostNameOrAddress. The hostname can be needed for some proxies.