IServiceFilter Interface

An operation that can be used to manipulate requests and responses in the HTTP pipeline used by the MobileServiceClient. IServiceFilters can be associated with a MobileServiceClient via the WithFilter method.

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

Syntax

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

The IServiceFilter type exposes the following members.

Methods

  Name Description
Public method Handle Handle an HTTP request and its corresponding response.

Top

See Also

Reference

Microsoft.WindowsAzure.MobileServices Namespace