Interface IHttpWebResponse

Inherited Members
System.IDisposable.Dispose()
Namespace: HttpWebAdapters
Assembly: Solrnet.dll
Version: 13.30.0
Syntax
public interface IHttpWebResponse : IDisposable

Properties

CharacterSet

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

ContentEncoding

Declaration
string ContentEncoding { get; }
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

Cookies

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

Headers

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

IsFromCache

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

IsMutuallyAuthenticated

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

LastModified

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

Method

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

ProtocolVersion

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

ResponseUri

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

Server

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

StatusCode

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

StatusDescription

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

Methods

Close()

Declaration
void Close()

GetResponseHeader(String)

Declaration
string GetResponseHeader(string headerName)
Parameters
Type Name Description
System.String headerName
Returns
Type Description
System.String

GetResponseStream()

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