Java.Net.InetSocketAddress Class
This class represents a socket endpoint described by a IP address and a port number.

See Also: InetSocketAddress Members

Syntax

[Android.Runtime.Register("java/net/InetSocketAddress", DoNotGenerateAcw=true)]
public class InetSocketAddress : SocketAddress

Remarks

This class represents a socket endpoint described by a IP address and a port number. It is a concrete implementation of SocketAddress for IP.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1