IServiceFilterResponse Interface

Represents an interface for the HTTP response that can be manipulated by filters.

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

Syntax

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

The IServiceFilterResponse type exposes the following members.

Properties

  Name Description
Public property Content Gets the body of the response.
Public property ContentType Gets the content type of the service response.
Public property Headers Gets the collection of response headers.
Public property ResponseStatus Gets the status that indicates reasons for connection failures in a service response.
Public property StatusCode Gets the status code of the output.
Public property StatusDescription Gets the service status description.

Top

Remarks

No content here will be updated; please do not add material here.

See Also

Reference

Microsoft.WindowsAzure.MobileServices Namespace