C# Class Blighttp.Request

Show file Open project: epicvrvs/Blighttp Class Usage Examples

Public Properties

Property Type Description
Arguments List
ClientAddress string
Content string>.Dictionary
ContentLength int?
Headers string>.Dictionary
Path string
RequestHandler Handler
Type RequestType
Version double

Public Methods

Method Description
ProcessContent ( string content ) : void
Request ( string clientAddress, RequestType type, string path, double version, string>.Dictionary headers, bool useRealIP ) : System

Method Details

ProcessContent() public method

public ProcessContent ( string content ) : void
content string
return void

Request() public method

public Request ( string clientAddress, RequestType type, string path, double version, string>.Dictionary headers, bool useRealIP ) : System
clientAddress string
type RequestType
path string
version double
headers string>.Dictionary
useRealIP bool
return System

Property Details

Arguments public property

public List Arguments
return List

ClientAddress public property

public string ClientAddress
return string

Content public property

public Dictionary Content
return string>.Dictionary

ContentLength public property

public int? ContentLength
return int?

Headers public property

public Dictionary Headers
return string>.Dictionary

Path public property

public string Path
return string

RequestHandler public property

public Handler,Blighttp RequestHandler
return Handler

Type public property

public RequestType Type
return RequestType

Version public property

public double Version
return double