Interface IHttpRequest
public interface IHttpRequest
Properties
ContentLength
long ContentLength { get; }
Property Value
ContentType
string ContentType { get; }
Property Value
Headers
NameValueCollection Headers { get; }
Property Value
InputStream
Stream InputStream { get; }
Property Value
Method
string Method { get; }
Property Value
Url
Uri Url { get; }
Property Value
UserHostAddress
string UserHostAddress { get; }