URLConnection
URLConnection(URL)
URLConnection(IntPtr, JniHandleOwnership)
AllowUserInteraction
Connected
ConnectTimeout
Content
ContentEncoding
ContentLength
ContentLengthLong
ContentType
Date
DefaultAllowUserInteraction
DefaultUseCaches
DoInput
DoOutput
Expiration
FileNameMap
HeaderFields
IfModifiedSince
InputStream
JniPeerMembers
LastModified
OutputStream
Permission
ReadTimeout
RequestProperties
ThresholdClass
ThresholdType
Url
URL
UseCaches
AddRequestProperty(String, String)
Connect()
ConnectAsync()
GetContent(Class[])
GetDefaultRequestProperty(String)
GetHeaderField(Int32)
GetHeaderField(String)
GetHeaderFieldDate(String, Int64)
GetHeaderFieldInt(String, Int32)
GetHeaderFieldKey(Int32)
GetHeaderFieldLong(String, Int64)
GetRequestProperty(String)
GuessContentTypeFromName(String)
GuessContentTypeFromStream(Stream)
SetContentHandlerFactory(IContentHandlerFactory)
SetDefaultRequestProperty(String, String)
SetRequestProperty(String, String)
monoandroid
namespace Java.Net
{
[Register("java/net/URLConnection", DoNotGenerateAcw = true)]
public abstract class URLConnection : Object
{
public virtual bool DoInput
{
[Register("getDoInput", "()Z", "GetGetDoInputHandler")]
get;
[Register("setDoInput", "(Z)V", "GetSetDoInput_ZHandler")]
set;
}
}
}
nuget.org | 0.0 % Reference this API 0.0 % Set property |
---|---|
.NET | 6.07.08.09.0 |
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API