C# 클래스 BF2Statistics.Web.HttpRequest

파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

공개 프로퍼티들

프로퍼티 타입 설명
QueryString string>.Dictionary

보호된 프로퍼티들

프로퍼티 타입 설명
Client HttpClient
PostVars string>.Dictionary

공개 메소드들

메소드 설명
GetFormUrlEncodedPostVars ( ) : string>.Dictionary

If a form was submitted using the POST http method, and the entity body is UrlFormEncoded, the post variables can be fetched from this method

HttpRequest ( HttpListenerRequest Request, HttpClient Client ) : System

Creates a new instance of HttpRequest

메소드 상세

GetFormUrlEncodedPostVars() 공개 메소드

If a form was submitted using the POST http method, and the entity body is UrlFormEncoded, the post variables can be fetched from this method
public GetFormUrlEncodedPostVars ( ) : string>.Dictionary
리턴 string>.Dictionary

HttpRequest() 공개 메소드

Creates a new instance of HttpRequest
public HttpRequest ( HttpListenerRequest Request, HttpClient Client ) : System
Request System.Net.HttpListenerRequest
Client HttpClient The HttpClient creating this response
리턴 System

프로퍼티 상세

Client 보호되어 있는 프로퍼티

The Parent Http Request
protected HttpClient,BF2Statistics.Web Client
리턴 HttpClient

PostVars 보호되어 있는 프로퍼티

A Key => Value collection of our formUrlEncoded POST Vars
protected Dictionary PostVars
리턴 string>.Dictionary

QueryString 공개적으로 프로퍼티

Contains the Key / Value pairs in the query string
public Dictionary QueryString
리턴 string>.Dictionary