C# Класс BF2Statistics.Web.HttpRequest

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
QueryString string>.Dictionary

Защищенные свойства (Protected)

Свойство Тип Описание
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