Table of Contents

Class UrlRequest.Status

Namespace
Android.Net.Http
Assembly
MASES.Netdroid.dll
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

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONNECTING

public static int CONNECTING { get; set; }

Property Value

int

DOWNLOADING_PAC_FILE

public static int DOWNLOADING_PAC_FILE { get; set; }

Property Value

int

ESTABLISHING_PROXY_TUNNEL

public static int ESTABLISHING_PROXY_TUNNEL { get; set; }

Property Value

int

IDLE

public static int IDLE { get; set; }

Property Value

int

INVALID

public static int INVALID { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

READING_RESPONSE

public static int READING_RESPONSE { get; set; }

Property Value

int

RESOLVING_HOST

public static int RESOLVING_HOST { get; set; }

Property Value

int

RESOLVING_HOST_IN_PAC_FILE

public static int RESOLVING_HOST_IN_PAC_FILE { get; set; }

Property Value

int

RESOLVING_PROXY_FOR_URL

public static int RESOLVING_PROXY_FOR_URL { get; set; }

Property Value

int

SENDING_REQUEST

public static int SENDING_REQUEST { get; set; }

Property Value

int

SSL_HANDSHAKE

public static int SSL_HANDSHAKE { get; set; }

Property Value

int

WAITING_FOR_AVAILABLE_SOCKET

public static int WAITING_FOR_AVAILABLE_SOCKET { get; set; }

Property Value

int

WAITING_FOR_CACHE

public static int WAITING_FOR_CACHE { get; set; }

Property Value

int

WAITING_FOR_DELEGATE

public static int WAITING_FOR_DELEGATE { get; set; }

Property Value

int

WAITING_FOR_RESPONSE

public static int WAITING_FOR_RESPONSE { get; set; }

Property Value

int

WAITING_FOR_STALLED_SOCKET_POOL

public static int WAITING_FOR_STALLED_SOCKET_POOL { get; set; }

Property Value

int