IEwsHttpWebRequest class abstract

HttpWebRequest proxy interface.
Implementers

Constructors

IEwsHttpWebRequest()

Properties

Accept String?
Gets or sets the value of the Accept HTTP header.
getter/setter pair
AllowAutoRedirect bool?
Gets or sets a value that indicates whether the request should follow redirection responses.
getter/setter pair
ClientCertificates X509CertificateCollection?
Gets or sets the client certificates.
getter/setter pair
ConnectionGroupName String?
Gets or sets the name of the connection group for the request.
getter/setter pair
ContentType String?
Gets or sets the value of the Content-type HTTP header.
getter/setter pair
CookieContainer CookieContainer?
Gets or sets the cookie container.
getter/setter pair
Credentials ICredentials?
Gets or sets authentication information for the request.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Headers WebHeaderCollection
Specifies a collection of the name/value pairs that make up the HTTP headers.
no setter
HttpClientFactory IHttpClientFactory?
Gets or sets the http client factory.
getter/setter pair
KeepAlive bool?
Gets or sets if the request to the internet resource should contain a Connection HTTP header with the value Keep-alive
getter/setter pair
Method String?
Gets or sets the method for the request.
getter/setter pair
PreAuthenticate bool?
Gets or sets a value that indicates whether to send an authenticate header with the request.
getter/setter pair
Proxy IWebProxy?
Gets or sets proxy information for the request.
getter/setter pair
RequestUri Uri?
Gets the original Uniform Resource Identifier (URI) of the request.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Timeout int?
Gets or sets the time-out value in milliseconds for the
getter/setter pair
UseDefaultCredentials bool?
Gets or sets a
getter/setter pair
UserAgent String?
Gets or sets the value of the User-agent HTTP header.
getter/setter pair

Methods

Abort() → void
Cancels request to an Internet resource.
GetRequestStream() Future<StreamConsumer<List<int>>>
Begins an asynchronous request for a
GetResponse() Future<IEwsHttpWebResponse>
Returns a response from an Internet resource.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited