This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Download Microsoft Edge
More info about Internet Explorer and Microsoft Edge
[Android.Runtime.Register("javax/net/ssl/HttpsURLConnection", DoNotGenerateAcw=true)]
public abstract class HttpsURLConnection : Java.Net.HttpURLConnection
[<Android.Runtime.Register("javax/net/ssl/HttpsURLConnection", DoNotGenerateAcw=true)>]
type HttpsURLConnection = class
inherit HttpURLConnection
Inheritance
HttpsURLConnection
Returns the value of the
allowUserInteraction
field for
this object. -or- Set the value of the
allowUserInteraction
field of
this
URLConnection
.
(Inherited from
URLConnection
)
If
false
, this connection object has not created a
communications link to the specified URL.
(Inherited from
URLConnection
)
Returns setting for connect timeout. -or- Sets a specified timeout value, in milliseconds, to be used
when opening a communications link to the resource referenced
by this URLConnection.
(Inherited from
URLConnection
)
Gets the default
HostnameVerifier
that is inherited
by new instances of this class. -or- Sets the default
HostnameVerifier
inherited by a
new instance of this class.
Gets the default static
SSLSocketFactory
that is
inherited by new instances of this class. -or- Sets the default
SSLSocketFactory
inherited by new
instances of this class.
Returns the default value of a
URLConnection
's
useCaches
flag. -or- Sets the default value of the
useCaches
field to the
specified value.
(Inherited from
URLConnection
)
Returns the value of this
URLConnection
's
doInput
flag. -or- Sets the value of the
doInput
field for this
URLConnection
to the specified value.
(Inherited from
URLConnection
)
Returns the value of this
URLConnection
's
doOutput
flag. -or- Sets the value of the
doOutput
field for this
URLConnection
to the specified value.
(Inherited from
URLConnection
)
Returns the error stream if the connection failed
but the server sent useful data nonetheless.
(Inherited from
HttpURLConnection
)
Returns the value of this object's
ifModifiedSince
field. -or- Sets the value of the
ifModifiedSince
field of
this
URLConnection
to the specified value.
(Inherited from
URLConnection
)
Returns the value of this
HttpURLConnection
's
instanceFollowRedirects
field. -or- Sets whether HTTP redirects (requests with response code 3xx) should
be automatically followed by this
HttpURLConnection
instance.
(Inherited from
HttpURLConnection
)
Returns a permission object representing the permission
necessary to make the connection represented by this
object.
(Inherited from
URLConnection
)
Returns setting for read timeout. -or- Sets the read timeout to a specified timeout, in
milliseconds.
(Inherited from
URLConnection
)
Gets the HTTP response message, if any, returned along with the
response code from a server.
(Inherited from
HttpURLConnection
)
Gets the SSL socket factory to be used when creating sockets
for secure https URL connections. -or- Sets the
SSLSocketFactory
to be used when this instance
creates sockets for secure https URL connections.
The URL represents the remote object on the World Wide Web to
which this connection is opened.
(Inherited from
URLConnection
)
Returns the value of this
URLConnection
's
useCaches
field. -or- Sets the value of the
useCaches
field of this
URLConnection
to the specified value.
(Inherited from
URLConnection
)
Opens a communications link to the resource referenced by this
URL, if such a connection has not already been established.
(Inherited from
URLConnection
)
Called by the garbage collector on an object when garbage collection
determines that there are no more references to the object.
(Inherited from
Object
)
This method is used to enable streaming of a HTTP request body
without internal buffering, when the content length is <b>not</b>
known in advance.
(Inherited from
HttpURLConnection
)
This method is used to enable streaming of a HTTP request body
without internal buffering, when the content length is known in
advance.
(Inherited from
HttpURLConnection
)
This method is used to enable streaming of a HTTP request body
without internal buffering, when the content length is known in
advance.
(Inherited from
HttpURLConnection
)
Causes the current thread to wait until another thread invokes the
java.lang.Object#notify()
method or the
java.lang.Object#notifyAll()
method for this object.
(Inherited from
Object
)
Causes the current thread to wait until either another thread invokes the
java.lang.Object#notify()
method or the
java.lang.Object#notifyAll()
method for this object, or a
specified amount of time has elapsed.
(Inherited from
Object
)
Causes the current thread to wait until another thread invokes the
java.lang.Object#notify()
method or the
java.lang.Object#notifyAll()
method for this object, or
some other thread interrupts the current thread, or a certain
amount of real time has elapsed.
(Inherited from
Object
)