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