Interface IHttpWebRequest
An interface describing a http web request
Assembly: ImageVault.Client.dll
Syntax
public interface IHttpWebRequest
Properties
Accept
Declaration
string Accept { get; set; }
Property Value
Type |
Description |
System.String |
|
AllowAutoRedirect
Declaration
bool AllowAutoRedirect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Connection
Declaration
string Connection { get; set; }
Property Value
Type |
Description |
System.String |
|
ContentLength
Declaration
long ContentLength { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
ContentType
Declaration
string ContentType { get; set; }
Property Value
Type |
Description |
System.String |
|
Date
Declaration
DateTime Date { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Expect
Declaration
string Expect { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
NameValueCollection Headers { get; }
Property Value
Type |
Description |
System.Collections.Specialized.NameValueCollection |
|
Host
Declaration
string Host { get; set; }
Property Value
Type |
Description |
System.String |
|
IfModifiedSince
Declaration
DateTime IfModifiedSince { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Method
Declaration
string Method { get; set; }
Property Value
Type |
Description |
System.String |
|
Referer
Declaration
string Referer { get; set; }
Property Value
Type |
Description |
System.String |
|
RequestUri
Declaration
Property Value
Type |
Description |
System.Uri |
|
TransferEncoding
Declaration
string TransferEncoding { get; set; }
Property Value
Type |
Description |
System.String |
|
UserAgent
Declaration
string UserAgent { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
GetRequestStream()
Declaration
Stream GetRequestStream()
Returns
Type |
Description |
System.IO.Stream |
|
GetResponse()
Declaration
IHttpWebResponse GetResponse()
Returns
Extension Methods