WebRequest
WebRequest()
WebRequest(SerializationInfo, StreamingContext)
AuthenticationLevel
CachePolicy
ConnectionGroupName
ContentLength
ContentType
CreatorInstance
Credentials
DefaultCachePolicy
DefaultWebProxy
Headers
ImpersonationLevel
Method
PreAuthenticate
Proxy
RequestUri
Timeout
UseDefaultCredentials
Abort()
BeginGetRequestStream(AsyncCallback, Object)
BeginGetResponse(AsyncCallback, Object)
Create(String)
Create(Uri)
CreateDefault(Uri)
CreateHttp(String)
CreateHttp(Uri)
EndGetRequestStream(IAsyncResult)
EndGetResponse(IAsyncResult)
GetObjectData(SerializationInfo, StreamingContext)
GetRequestStream()
GetRequestStreamAsync()
GetResponse()
GetResponseAsync()
GetSystemWebProxy()
RegisterPortableWebRequestCreator(IWebRequestCreate)
RegisterPrefix(String, IWebRequestCreate)
xamarinmac
namespace System.Net
{
public abstract class WebRequest : MarshalByRefObject, ISerializable
{
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public virtual IWebRequestCreate CreatorInstance { get; }
}
}
nuget.org | 0.0 % Reference this API |
---|---|
Upgrade Planner | 0.0 % Reference this API |
.NET Framework | 4.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
Information specific to xamarinmac | |
Assembly | System , Version=2.0.5.0, PublicKeyToken=7cec85d7bea7798e |
Referencing | The API is automatically referenced. |
Obsolete | This API supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API