Click or drag to resize
SynchronizationCreateHttpFilter Method (SyncPolicy)
Creates a new instance of IHttpFilter that callers can use with an HttpClient object for enabling caching and Synchronization capabilities. The Sync filter should always be the last filter in the chain.

Namespace: Oracle.Cloud.Mobile.Synchronization
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public IHttpFilter CreateHttpFilter(
	SyncPolicy policy
)

Parameters

policy
Type: Oracle.Cloud.Mobile.SynchronizationSyncPolicy
The SyncPolicy to use. Optional, if omitted then any SyncPolicy that matches from config will be used or the default SyncPolicy will be used.

Return Value

Type: IHttpFilter
An object that implements IHttpFilter.
See Also