C# Class Webserver.Request

Contains information about a request
Inheritance: IDisposable
Afficher le fichier Open project: h07r0d/Netduino-Aquarium-Controller Class Usage Examples

Protected Properties

Свойство Type Description
_getArguments System.Collections.Hashtable
_headers System.Collections.Hashtable
_method string
_url string

Méthodes publiques

Méthode Description
Dispose ( ) : void
Request ( char header, Socket client ) : System

Creates request

Private Methods

Méthode Description
ProcessGETParameters ( string parameters ) : void

Generated Key-Value-Hashtable for GET-Parameters

ProcessHeader ( char data ) : void

Fills the Request with the header values

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Request() public méthode

Creates request
public Request ( char header, Socket client ) : System
header char
client Socket Socket that sent the request
Résultat System

Property Details

_getArguments protected_oe property

protected Hashtable,System.Collections _getArguments
Résultat System.Collections.Hashtable

_headers protected_oe property

protected Hashtable,System.Collections _headers
Résultat System.Collections.Hashtable

_method protected_oe property

protected string _method
Résultat string

_url protected_oe property

protected string _url
Résultat string