Interface IHttpWebRequest

Namespace: HttpWebAdapters
Assembly: Solrnet.dll
Version: 13.30.0
Syntax
public interface IHttpWebRequest

Properties

Accept

Declaration
string Accept { get; set; }
Property Value
Type Description
System.String

Address

Declaration
Uri Address { get; }
Property Value
Type Description
System.Uri

AllowAutoRedirect

Declaration
bool AllowAutoRedirect { get; set; }
Property Value
Type Description
System.Boolean

AllowWriteStreamBuffering

Declaration
bool AllowWriteStreamBuffering { get; set; }
Property Value
Type Description
System.Boolean

AutomaticDecompression

Declaration
DecompressionMethods AutomaticDecompression { get; set; }
Property Value
Type Description
System.Net.DecompressionMethods

ClientCertificates

Declaration
X509CertificateCollection ClientCertificates { get; set; }
Property Value
Type Description
System.Security.Cryptography.X509Certificates.X509CertificateCollection

Connection

Declaration
string Connection { get; set; }
Property Value
Type Description
System.String

ConnectionGroupName

Declaration
string ConnectionGroupName { 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

CookieContainer

Declaration
CookieContainer CookieContainer { get; set; }
Property Value
Type Description
System.Net.CookieContainer

Credentials

Declaration
ICredentials Credentials { get; set; }
Property Value
Type Description
System.Net.ICredentials

Expect

Declaration
string Expect { get; set; }
Property Value
Type Description
System.String

HaveResponse

Declaration
bool HaveResponse { get; }
Property Value
Type Description
System.Boolean

Headers

Declaration
WebHeaderCollection Headers { get; set; }
Property Value
Type Description
System.Net.WebHeaderCollection

IfModifiedSince

Declaration
DateTime IfModifiedSince { get; set; }
Property Value
Type Description
System.DateTime

KeepAlive

Declaration
bool KeepAlive { get; set; }
Property Value
Type Description
System.Boolean

MaximumAutomaticRedirections

Declaration
int MaximumAutomaticRedirections { get; set; }
Property Value
Type Description
System.Int32

MaximumResponseHeadersLength

Declaration
int MaximumResponseHeadersLength { get; set; }
Property Value
Type Description
System.Int32

MediaType

Declaration
string MediaType { get; set; }
Property Value
Type Description
System.String

Method

Declaration
HttpWebRequestMethod Method { get; set; }
Property Value
Type Description
HttpWebRequestMethod

Pipelined

Declaration
bool Pipelined { get; set; }
Property Value
Type Description
System.Boolean

PreAuthenticate

Declaration
bool PreAuthenticate { get; set; }
Property Value
Type Description
System.Boolean

ProtocolVersion

Declaration
Version ProtocolVersion { get; set; }
Property Value
Type Description
System.Version

Proxy

Declaration
IWebProxy Proxy { get; set; }
Property Value
Type Description
System.Net.IWebProxy

ReadWriteTimeout

Declaration
int ReadWriteTimeout { get; set; }
Property Value
Type Description
System.Int32

Referer

Declaration
string Referer { get; set; }
Property Value
Type Description
System.String

RequestUri

Declaration
Uri RequestUri { get; }
Property Value
Type Description
System.Uri

SendChunked

Declaration
bool SendChunked { get; set; }
Property Value
Type Description
System.Boolean

ServicePoint

Declaration
ServicePoint ServicePoint { get; }
Property Value
Type Description
System.Net.ServicePoint

Timeout

Declaration
int Timeout { get; set; }
Property Value
Type Description
System.Int32

TransferEncoding

Declaration
string TransferEncoding { get; set; }
Property Value
Type Description
System.String

UnsafeAuthenticatedConnectionSharing

Declaration
bool UnsafeAuthenticatedConnectionSharing { get; set; }
Property Value
Type Description
System.Boolean

UseDefaultCredentials

Declaration
bool UseDefaultCredentials { get; set; }
Property Value
Type Description
System.Boolean

UserAgent

Declaration
string UserAgent { get; set; }
Property Value
Type Description
System.String

Methods

Abort()

Declaration
void Abort()

AddRange(Int32)

Declaration
void AddRange(int range)
Parameters
Type Name Description
System.Int32 range

AddRange(Int32, Int32)

Declaration
void AddRange(int from, int to)
Parameters
Type Name Description
System.Int32 from
System.Int32 to

AddRange(String, Int32)

Declaration
void AddRange(string rangeSpecifier, int range)
Parameters
Type Name Description
System.String rangeSpecifier
System.Int32 range

AddRange(String, Int32, Int32)

Declaration
void AddRange(string rangeSpecifier, int from, int to)
Parameters
Type Name Description
System.String rangeSpecifier
System.Int32 from
System.Int32 to

GetRequestStream()

Declaration
Stream GetRequestStream()
Returns
Type Description
System.IO.Stream

GetResponse()

Declaration
IHttpWebResponse GetResponse()
Returns
Type Description
IHttpWebResponse