Condividi tramite


DatagramSocketImpl.InterfaceConsts.IpTos Campo

Definizione

Attenzione

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

Questa opzione imposta il campo type-of-service o classe di traffico nell'intestazione IP per un socket TCP o UDP.

[Android.Runtime.Register("IP_TOS")]
[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 IpTos = 3;
[<Android.Runtime.Register("IP_TOS")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Net.SocketOption enum directly instead of this field.", true)>]
val mutable IpTos : Java.Net.SocketOption

Valore del campo

Value = 3
Attributi

Commenti

Questa opzione imposta il campo type-of-service o classe di traffico nell'intestazione IP per un socket TCP o UDP.

Aggiunta nella versione 1.4.

Documentazione java per java.net.SocketOptions.IP_TOS.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a