C# Class Blighttp.Request

Afficher le fichier Open project: epicvrvs/Blighttp Class Usage Examples

Méthodes publiques

Свойство Type Description
Arguments List
ClientAddress string
Content string>.Dictionary
ContentLength int?
Headers string>.Dictionary
Path string
RequestHandler Handler
Type RequestType
Version double

Méthodes publiques

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

Method Details

ProcessContent() public méthode

public ProcessContent ( string content ) : void
content string
Résultat void

Request() public méthode

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
Résultat System

Property Details

Arguments public_oe property

public List Arguments
Résultat List

ClientAddress public_oe property

public string ClientAddress
Résultat string

Content public_oe property

public Dictionary Content
Résultat string>.Dictionary

ContentLength public_oe property

public int? ContentLength
Résultat int?

Headers public_oe property

public Dictionary Headers
Résultat string>.Dictionary

Path public_oe property

public string Path
Résultat string

RequestHandler public_oe property

public Handler,Blighttp RequestHandler
Résultat Handler

Type public_oe property

public RequestType Type
Résultat RequestType

Version public_oe property

public double Version
Résultat double