Hold IP and Port

StewartBW 565 Reputation points
2024-05-16T14:51:19.78+00:00

Hello

Is there any property/class in vb.net that can be used to hold an IP address and Port number?

In vb.net , .net framework 4.0, thanks.

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,613 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dewayne Basnett 1,361 Reputation points
    2024-05-16T15:27:04.19+00:00

    The IPEndPoint class is an IP Address and Port.

    0 comments No comments