C# Class java.net.HttpRetryException

Inheritance: java.io.IOException
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
HttpRetryException ( java arg0, int arg1 )
HttpRetryException ( java arg0, int arg1, java arg2 )
getLocation ( ) : global::java.lang.String
getReason ( ) : global::java.lang.String
responseCode ( ) : int

Protected Methods

Method Description
HttpRetryException ( global @__env )

Private Methods

Method Description
HttpRetryException ( )

Method Details

HttpRetryException() protected method

protected HttpRetryException ( global @__env )
@__env global

HttpRetryException() public method

public HttpRetryException ( java arg0, int arg1 )
arg0 java
arg1 int

HttpRetryException() public method

public HttpRetryException ( java arg0, int arg1, java arg2 )
arg0 java
arg1 int
arg2 java

getLocation() public method

public getLocation ( ) : global::java.lang.String
return global::java.lang.String

getReason() public method

public getReason ( ) : global::java.lang.String
return global::java.lang.String

responseCode() public method

public responseCode ( ) : int
return int