The constructors of Java.Net.MulticastSocket are listed below. For a list of all members, see the MulticastSocket Members list.
See Also: Inherited members from Java.Net.DatagramSocket
Constructs a multicast socket, bound to any available port on the local host. | ||
Constructs a MulticastSocket bound to the address and port specified by localAddress, or an unbound MulticastSocket if localAddress == null. | ||
Constructs a multicast socket, bound to the specified port on the local host. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |