Java.Net.ServerSocket.ReuseAddress Property
Gets the value of the socket option SocketOptions.SO_REUSEADDR.

Syntax

[get: Android.Runtime.Register("getReuseAddress", "()Z", "GetGetReuseAddressHandler")]
[set: Android.Runtime.Register("setReuseAddress", "(Z)V", "GetSetReuseAddress_ZHandler")]
public virtual bool ReuseAddress { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Net.SocketExceptionif an error occurs while reading the option value.
Java.Net.SocketExceptionif an error occurs while setting the option value.

Remarks

Get method documentation [Android Documentation]

Gets the value of the socket option SocketOptions.SO_REUSEADDR.

Set method documentation [Android Documentation]

Sets the value for the socket option SocketOptions.SO_REUSEADDR.

Requirements

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