C# Class libirek.Request

Afficher le fichier Open project: theanti9/irek Class Usage Examples

Méthodes publiques

Свойство Type Description
CLIENT System.Collections.Hashtable
COOKIE System.Collections.Hashtable
GET System.Collections.Hashtable
HasSessionId bool
POST System.Collections.Hashtable
RequestedPath string
SESSION System.Collections.Hashtable
SessionId string

Méthodes publiques

Méthode Description
Request ( string fullrequest, Regex rx ) : System

Initializes a new instance of the Request class.

Method Details

Request() public méthode

Initializes a new instance of the Request class.
public Request ( string fullrequest, Regex rx ) : System
fullrequest string The full request string.
rx System.Text.RegularExpressions.Regex
Résultat System

Property Details

CLIENT public_oe property

public Hashtable,System.Collections CLIENT
Résultat System.Collections.Hashtable

COOKIE public_oe property

public Hashtable,System.Collections COOKIE
Résultat System.Collections.Hashtable

GET public_oe property

public Hashtable,System.Collections GET
Résultat System.Collections.Hashtable

HasSessionId public_oe property

public bool HasSessionId
Résultat bool

POST public_oe property

public Hashtable,System.Collections POST
Résultat System.Collections.Hashtable

RequestedPath public_oe property

public string RequestedPath
Résultat string

SESSION public_oe property

public Hashtable,System.Collections SESSION
Résultat System.Collections.Hashtable

SessionId public_oe property

public string SessionId
Résultat string