Class UrlRequest.Status
public class UrlRequest.Status : JVMBridgeBase<UrlRequest.Status>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
UrlRequest.Status
- Implements
- Extension Methods
Constructors
Status(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Status(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CONNECTING
public static int CONNECTING { get; set; }
Property Value
DOWNLOADING_PAC_FILE
https://developer.android.com/reference/android/net/http/UrlRequest.Status.html#DOWNLOADING_PAC_FILE
public static int DOWNLOADING_PAC_FILE { get; set; }
Property Value
ESTABLISHING_PROXY_TUNNEL
public static int ESTABLISHING_PROXY_TUNNEL { get; set; }
Property Value
IDLE
public static int IDLE { get; set; }
Property Value
INVALID
public static int INVALID { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
READING_RESPONSE
public static int READING_RESPONSE { get; set; }
Property Value
RESOLVING_HOST
public static int RESOLVING_HOST { get; set; }
Property Value
RESOLVING_HOST_IN_PAC_FILE
public static int RESOLVING_HOST_IN_PAC_FILE { get; set; }
Property Value
RESOLVING_PROXY_FOR_URL
public static int RESOLVING_PROXY_FOR_URL { get; set; }
Property Value
SENDING_REQUEST
public static int SENDING_REQUEST { get; set; }
Property Value
SSL_HANDSHAKE
public static int SSL_HANDSHAKE { get; set; }
Property Value
WAITING_FOR_AVAILABLE_SOCKET
public static int WAITING_FOR_AVAILABLE_SOCKET { get; set; }
Property Value
WAITING_FOR_CACHE
public static int WAITING_FOR_CACHE { get; set; }
Property Value
WAITING_FOR_DELEGATE
https://developer.android.com/reference/android/net/http/UrlRequest.Status.html#WAITING_FOR_DELEGATE
public static int WAITING_FOR_DELEGATE { get; set; }
Property Value
WAITING_FOR_RESPONSE
https://developer.android.com/reference/android/net/http/UrlRequest.Status.html#WAITING_FOR_RESPONSE
public static int WAITING_FOR_RESPONSE { get; set; }
Property Value
WAITING_FOR_STALLED_SOCKET_POOL
public static int WAITING_FOR_STALLED_SOCKET_POOL { get; set; }