Skip to content

Replace WebClient with HttpClient implementation #12

@alexrster

Description

@alexrster

using (var client = new WebClient { CachePolicy = new RequestCachePolicy(RequestCacheLevel.NoCacheNoStore), Proxy = _proxy })

WebClient has been deprecated - replace it with HttpClient for better stability and performance

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions