C# Class libirek.Request

Datei anzeigen Open project: theanti9/irek Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
Request ( string fullrequest, Regex rx ) : System

Initializes a new instance of the Request class.

Method Details

Request() public method

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
return System

Property Details

CLIENT public_oe property

public Hashtable,System.Collections CLIENT
return System.Collections.Hashtable

COOKIE public_oe property

public Hashtable,System.Collections COOKIE
return System.Collections.Hashtable

GET public_oe property

public Hashtable,System.Collections GET
return System.Collections.Hashtable

HasSessionId public_oe property

public bool HasSessionId
return bool

POST public_oe property

public Hashtable,System.Collections POST
return System.Collections.Hashtable

RequestedPath public_oe property

public string RequestedPath
return string

SESSION public_oe property

public Hashtable,System.Collections SESSION
return System.Collections.Hashtable

SessionId public_oe property

public string SessionId
return string