The properties 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
[read-only] | ErrorStream | System.IO.Stream. Returns an input stream from the server in the case of an error such as the requested file has not been found on the remote server. |
static | FollowRedirects | bool. Returns the value of followRedirects which indicates if this connection follows a different URL redirected by the server. |
InstanceFollowRedirects | bool. Returns whether this connection follows redirects. | |
RequestMethod | string. Returns the request method which will be used to make the request to the remote HTTP server. | |
[read-only] | ResponseCode | HttpStatus. Returns the response code returned by the remote HTTP server. |
[read-only] | ResponseMessage | string. Returns the response message returned by the remote HTTP server. |
ChunkLength | int. If the HTTP chunked encoding is enabled this parameter defines the chunk-length. | |
FixedContentLength | int. The byte count in the request body if it is both known and streamed; and -1 otherwise. | |
FixedContentLengthLong | long. The byte count in the request body if it is both known and streamed; and -1 otherwise. | |
Method | string. The HTTP request method of this HttpURLConnection. | |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |