Compartilhar via


SocketImpl.InterfaceConsts.SoReuseaddr Campo

Definição

Cuidado

This constant will be removed in the future version. Use Java.Net.SocketOption enum directly instead of this field.

Define SO_REUSEADDR para um soquete.

[Android.Runtime.Register("SO_REUSEADDR")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Net.SocketOption enum directly instead of this field.", true)]
public const Java.Net.SocketOption SoReuseaddr = 4;
[<Android.Runtime.Register("SO_REUSEADDR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Net.SocketOption enum directly instead of this field.", true)>]
val mutable SoReuseaddr : Java.Net.SocketOption

Valor do campo

Value = 4
Atributos

Comentários

Define SO_REUSEADDR para um soquete. Isso é usado apenas para MulticastSockets em java e é definido por padrão para MulticastSockets.

Válido para: DatagramSocketImpl

Documentação Java para java.net.SocketOptions.SO_REUSEADDR.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a