C# Class Microsoft.WindowsAzure.MobileServices.ServiceFilterRequest

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

Public Methods

Method Description
GetResponse ( ) : Task

Get the HTTP response for this request.

ServiceFilterRequest ( ) : System

Initializes a new instance of the ServiceFilterRequest class.

Private Methods

Method Description
CreateHttpWebRequestAsync ( ) : Task

Create an HttpWebRequest that represents the request.

GetResponseAsync ( ) : Task

Get the HTTP response for this request.

Method Details

GetResponse() public method

Get the HTTP response for this request.
public GetResponse ( ) : Task
return Task

ServiceFilterRequest() public method

Initializes a new instance of the ServiceFilterRequest class.
public ServiceFilterRequest ( ) : System
return System