Java.Net.MulticastSocket.NetworkInterface Property
Returns the outgoing network interface used by this socket.

Syntax

[get: Android.Runtime.Register("getNetworkInterface", "()Ljava/net/NetworkInterface;", "GetGetNetworkInterfaceHandler")]
[set: Android.Runtime.Register("setNetworkInterface", "(Ljava/net/NetworkInterface;)V", "GetSetNetworkInterface_Ljava_net_NetworkInterface_Handler")]
public virtual NetworkInterface NetworkInterface { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Net.SocketExceptionif an error occurs.
Java.Net.SocketExceptionif an error occurs.

Remarks

Get method documentation [Android Documentation]

Returns the outgoing network interface used by this socket.

Set method documentation [Android Documentation]

Sets the outgoing network interface used by this socket to the given networkInterface.

Requirements

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