C# Class java.net.HttpURLConnection

Inheritance: global::java.net.URLConnection
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
disconnect ( ) : void
getErrorStream ( ) : global::java.io.InputStream
getFollowRedirects ( ) : bool
getHeaderField ( int arg0 ) : global::java.lang.String
getHeaderFieldDate ( java arg0, long arg1 ) : long
getHeaderFieldKey ( int arg0 ) : global::java.lang.String
getInstanceFollowRedirects ( ) : bool
getPermission ( ) : global::java.security.Permission
getRequestMethod ( ) : global::java.lang.String
getResponseCode ( ) : int
getResponseMessage ( ) : global::java.lang.String
setChunkedStreamingMode ( int arg0 ) : void
setFixedLengthStreamingMode ( int arg0 ) : void
setFollowRedirects ( bool arg0 ) : void
setInstanceFollowRedirects ( bool arg0 ) : void
setRequestMethod ( java arg0 ) : void
usingProxy ( ) : bool

Protected Methods

Method Description
HttpURLConnection ( global @__env )
HttpURLConnection ( java arg0 )

Private Methods

Method Description
HttpURLConnection ( )

Method Details

HttpURLConnection() protected method

protected HttpURLConnection ( global @__env )
@__env global

HttpURLConnection() protected method

protected HttpURLConnection ( java arg0 )
arg0 java

disconnect() public abstract method

public abstract disconnect ( ) : void
return void

getErrorStream() public method

public getErrorStream ( ) : global::java.io.InputStream
return global::java.io.InputStream

getFollowRedirects() public static method

public static getFollowRedirects ( ) : bool
return bool

getHeaderField() public method

public getHeaderField ( int arg0 ) : global::java.lang.String
arg0 int
return global::java.lang.String

getHeaderFieldDate() public method

public getHeaderFieldDate ( java arg0, long arg1 ) : long
arg0 java
arg1 long
return long

getHeaderFieldKey() public method

public getHeaderFieldKey ( int arg0 ) : global::java.lang.String
arg0 int
return global::java.lang.String

getInstanceFollowRedirects() public method

public getInstanceFollowRedirects ( ) : bool
return bool

getPermission() public method

public getPermission ( ) : global::java.security.Permission
return global::java.security.Permission

getRequestMethod() public method

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

getResponseCode() public method

public getResponseCode ( ) : int
return int

getResponseMessage() public method

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

setChunkedStreamingMode() public method

public setChunkedStreamingMode ( int arg0 ) : void
arg0 int
return void

setFixedLengthStreamingMode() public method

public setFixedLengthStreamingMode ( int arg0 ) : void
arg0 int
return void

setFollowRedirects() public static method

public static setFollowRedirects ( bool arg0 ) : void
arg0 bool
return void

setInstanceFollowRedirects() public method

public setInstanceFollowRedirects ( bool arg0 ) : void
arg0 bool
return void

setRequestMethod() public method

public setRequestMethod ( java arg0 ) : void
arg0 java
return void

usingProxy() public abstract method

public abstract usingProxy ( ) : bool
return bool