UrlRequest.Status.WaitingForAvailableSocket Field

Definition

Caution

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

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

Field Value

Value = 2
Attributes

Applies to