C# Class Microsoft.WindowsAzure.MobileServices.ServiceFilterRequest

Represents an HTTP request that can be manipulated by IServiceFilters and is backed by an HttpWebRequest.
Inheritance: IServiceFilterRequest
Afficher le fichier Open project: xamarin/azure-mobile-services Class Usage Examples

Méthodes publiques

Méthode Description
GetResponse ( ) : Task

Get the HTTP response for this request.

ServiceFilterRequest ( ) : System

Initializes a new instance of the ServiceFilterRequest class.

Private Methods

Méthode Description
CreateHttpWebRequestAsync ( ) : Task

Create an HttpWebRequest that represents the request.

GetResponseAsync ( ) : Task

Get the HTTP response for this request.

Method Details

GetResponse() public méthode

Get the HTTP response for this request.
public GetResponse ( ) : Task
Résultat Task

ServiceFilterRequest() public méthode

Initializes a new instance of the ServiceFilterRequest class.
public ServiceFilterRequest ( ) : System
Résultat System