C# Class Blighttp.Request

Datei anzeigen 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_oe property

public List Arguments
return List

ClientAddress public_oe property

public string ClientAddress
return string

Content public_oe property

public Dictionary Content
return string>.Dictionary

ContentLength public_oe property

public int? ContentLength
return int?

Headers public_oe property

public Dictionary Headers
return string>.Dictionary

Path public_oe property

public string Path
return string

RequestHandler public_oe property

public Handler,Blighttp RequestHandler
return Handler

Type public_oe property

public RequestType Type
return RequestType

Version public_oe property

public double Version
return double