'Declaration
Public Function New( _
ByVal As IPAddress, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim address As IPAddress
Dim port As Integer
Dim range As Integer
Dim instance As New IPEndPoint(address, port, range)
public IPEndPoint(
IPAddress ,
int ,
int
)
public: IPEndPoint(
IPAddress* ,
int ,
int
)
public:
IPEndPoint(
IPAddress^ ,
int ,
int
)