C# Класс Microsoft.WindowsAzure.MobileServices.ServiceFilterRequest

Represents an HTTP request that can be manipulated by IServiceFilters and is backed by an HttpWebRequest.
Наследование: IServiceFilterRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetResponse ( ) : Task

Get the HTTP response for this request.

ServiceFilterRequest ( ) : System

Initializes a new instance of the ServiceFilterRequest class.

Приватные методы

Метод Описание
CreateHttpWebRequestAsync ( ) : Task

Create an HttpWebRequest that represents the request.

GetResponseAsync ( ) : Task

Get the HTTP response for this request.

Описание методов

GetResponse() публичный Метод

Get the HTTP response for this request.
public GetResponse ( ) : Task
Результат Task

ServiceFilterRequest() публичный Метод

Initializes a new instance of the ServiceFilterRequest class.
public ServiceFilterRequest ( ) : System
Результат System