SynchronizationCreateHttpFilter Method |
Creates a new instance of IHttpFilter with default SyncPolicy, that callers can use with an HttpClient object of enabling caching and Synchronization capabilities.
The Sync filter should always be the last filter in the chain. It will automatically use the Diagnostics and Authorization protocol filters so callers shouldn't add
those to the chain.
Namespace: Oracle.Cloud.Mobile.SynchronizationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic IHttpFilter CreateHttpFilter()
Public Function CreateHttpFilter As IHttpFilter
public:
IHttpFilter^ CreateHttpFilter()
member CreateHttpFilter : unit -> IHttpFilter
Return Value
Type:
IHttpFilterAn object that implements IHttpFilter.
See Also