The constructors of Java.Net.InetSocketAddress are listed below. For a list of all members, see the InetSocketAddress Members list.
See Also: Inherited members from Java.Net.SocketAddress
Creates a socket endpoint with the given port number port and no specified address. | ||
Creates a socket endpoint with the given port number port and address. | ||
Creates a socket endpoint with the given port number port and the hostname host. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |