Java.Net.HttpURLConnection: Method Members

The methods of Java.Net.HttpURLConnection are listed below. For a list of all members, see the HttpURLConnection Members list.

See Also: Inherited members from Java.Net.URLConnection

Public Methods

abstract
Disconnect()
Releases this connection so that its resources may be either reused or closed.
SetChunkedStreamingMode(int)
Stream a request body whose length is not known in advance.
SetFixedLengthStreamingMode(int)
Equivalent to setFixedLengthStreamingMode((long) contentLength), but available on earlier versions of Android and limited to 2 GiB.
SetFixedLengthStreamingMode(long)
Configures this connection to stream the request body with the known fixed byte count of contentLength.
abstract
UsingProxy() : bool
Returns whether this connection uses a proxy server or not.