Skip to content
This repository was archived by the owner on Apr 10, 2018. It is now read-only.
This repository was archived by the owner on Apr 10, 2018. It is now read-only.

ModernHttpClientFactory integration with version 4.0+ #102

@tele-bird

Description

@tele-bird

In order to squeeze the best performance from our Xamarin Android/iOS app, we override DefaultHttpClientFactory.CreateMessageHandler(), as described in issue #34. It works great for us!

However, with our upgrade to version 4.0.8 of FubarCoder.RestSharp.Portable.HttpClient, the DefaultHttpClientFactory.CreateMessageHandler() method no longer exists with both parameters --the IRestRequest has been removed. I also notice that GetProxy(), GetCookies() methods and RequestProxyWrapper class no longer exist. So, there have been some fairly substantial changes to this library...

Can anyone provide guidance around how to modify the integration suggested in #34 to comply with the new interfaces available in version 4.0.8 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions