EndPoint

  • Thread starter Thread starter Lou
  • Start date Start date
L

Lou

How do I create an endpoint?
I want something like this but it doesn't work?

Private remoteEP As IPEndPoint

remoteEP.Address="ServerAddress"

remoteEP.Port=81



help!
 
Dim b() As Byte = {192, 168, 0, 1}

Dim ip As New Net.IPAddress(b)

Dim ep As New System.Net.IPEndPoint(ip, 81)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top