C# Class java.net.HttpRetryException

Inheritance: java.io.IOException
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
HttpRetryException ( global @__env )

Private Methods

Méthode Description
HttpRetryException ( )

Method Details

HttpRetryException() protected méthode

protected HttpRetryException ( global @__env )
@__env global

HttpRetryException() public méthode

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

HttpRetryException() public méthode

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

getLocation() public méthode

public getLocation ( ) : global::java.lang.String
Résultat global::java.lang.String

getReason() public méthode

public getReason ( ) : global::java.lang.String
Résultat global::java.lang.String

responseCode() public méthode

public responseCode ( ) : int
Résultat int