Reputation: 791
I have a structure which unites IP address and port number. What's a proper name for such a thing?
Upvotes: 17
Views: 7209
Reputation: 24212
According to Wikipedia, it's called a socket address.
Upvotes: 18
Reputation: 1975
The .NET framework calls it an IPEndPoint.
IPEndPoint
Upvotes: 4