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 | |
|---|---|---|
![]() |
Accept | Gets or sets the type of responses accepted. |
![]() |
Content | Gets or sets the body of the request. |
![]() |
ContentType | Gets or sets the type of the body's content for the request. |
![]() |
Headers | Gets or sets a collection of headers for the request. |
![]() |
Method | Gets or sets the HTTP method for the request. |
![]() |
Uri | Gets or sets the URI for the request. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
GetResponse | Get the HTTP response for this request. |
Top
.jpeg)
.jpeg)