Lingua

Proxy.SchemeHttp Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Net.Http.HttpProxyScheme enum directly instead of this field.

Stabilire una connessione in testo non crittografato al proxy stesso.

[Android.Runtime.Register("SCHEME_HTTP", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Http.HttpProxyScheme enum directly instead of this field.", true)]
public const Android.Net.Http.HttpProxyScheme SchemeHttp = 0;
[<Android.Runtime.Register("SCHEME_HTTP", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Http.HttpProxyScheme enum directly instead of this field.", true)>]
val mutable SchemeHttp : Android.Net.Http.HttpProxyScheme

Valore del campo

Value = 0
Attributi

Commenti

Stabilire una connessione in testo non crittografato al proxy stesso.

Informazioni di riferimento su Android per android.net.http.Proxy.SCHEME_HTTP.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a