Lingua

Proxy.SchemeHttps 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 sicura al proxy stesso.

[Android.Runtime.Register("SCHEME_HTTPS", 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 SchemeHttps = 1;
[<Android.Runtime.Register("SCHEME_HTTPS", 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 SchemeHttps : Android.Net.Http.HttpProxyScheme

Valore del campo

Value = 1
Attributi

Commenti

Stabilire una connessione sicura al proxy stesso.

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

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