Class WebResponseStub

Inheritance
System.Object
WebResponseStub
Implements
System.IDisposable
Namespace: HttpWebAdapters
Assembly: Solrnet.dll
Version: 13.30.0
Syntax
public class WebResponseStub : WebResponse, IHttpWebResponse, IDisposable

Constructors

WebResponseStub()

Declaration
public WebResponseStub()

Properties

CharacterSet

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

ContentEncoding

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

Cookies

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

LastModified

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

Method

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

ProtocolVersion

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

Server

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

StatusCode

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

StatusDescription

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

Methods

GetResponseHeader(String)

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

Implements

System.IDisposable