C# 클래스 libirek.Request

파일 보기 프로젝트 열기: theanti9/irek 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Request ( string fullrequest, Regex rx ) : System

Initializes a new instance of the Request class.

메소드 상세

Request() 공개 메소드

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
리턴 System

프로퍼티 상세

CLIENT 공개적으로 프로퍼티

public Hashtable,System.Collections CLIENT
리턴 System.Collections.Hashtable

COOKIE 공개적으로 프로퍼티

public Hashtable,System.Collections COOKIE
리턴 System.Collections.Hashtable

GET 공개적으로 프로퍼티

public Hashtable,System.Collections GET
리턴 System.Collections.Hashtable

HasSessionId 공개적으로 프로퍼티

public bool HasSessionId
리턴 bool

POST 공개적으로 프로퍼티

public Hashtable,System.Collections POST
리턴 System.Collections.Hashtable

RequestedPath 공개적으로 프로퍼티

public string RequestedPath
리턴 string

SESSION 공개적으로 프로퍼티

public Hashtable,System.Collections SESSION
리턴 System.Collections.Hashtable

SessionId 공개적으로 프로퍼티

public string SessionId
리턴 string