IServiceFilterRequest Interface

Represents an HTTP request that can be manipulated by IServiceFilters.

Namespace:  Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)

Syntax

'Declaration
Public Interface IServiceFilterRequest
'Usage
Dim instance As IServiceFilterRequest
public interface IServiceFilterRequest
public interface class IServiceFilterRequest
type IServiceFilterRequest =  interface end
public interface IServiceFilterRequest

The IServiceFilterRequest type exposes the following members.

Properties

  Name Description
Public property Accept Gets or sets the type of responses accepted.
Public property Content Gets or sets the body of the request.
Public property ContentType Gets or sets the type of the body's content for the request.
Public property Headers Gets or sets a collection of headers for the request.
Public property Method Gets or sets the HTTP method for the request.
Public property Uri Gets or sets the URI for the request.

Top

Methods

  Name Description
Public method GetResponse Get the HTTP response for this request.

Top

See Also

Reference

Microsoft.WindowsAzure.MobileServices Namespace