SynchronizationCreateHttpFilter Method |
Name | Description | |
---|---|---|
![]() | CreateHttpFilter |
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.
|
![]() | CreateHttpFilter(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.
|