Table of Contents

Interface IHttpRequest

Namespace
Inetlab.MMS
Assembly
Inetlab.MMS.MM7.dll
public interface IHttpRequest

Properties

ContentLength

long ContentLength { get; }

Property Value

long

ContentType

string ContentType { get; }

Property Value

string

Headers

NameValueCollection Headers { get; }

Property Value

NameValueCollection

InputStream

Stream InputStream { get; }

Property Value

Stream

Method

string Method { get; }

Property Value

string

Url

Uri Url { get; }

Property Value

Uri

UserHostAddress

string UserHostAddress { get; }

Property Value

string