Table of Contents

Class WebRequestAsync

Namespace
LansMap.Map.Network
public static class WebRequestAsync
Inheritance
object
WebRequestAsync

Methods

GetStringAsync(string, string, CancellationToken, bool)

public static Task<string> GetStringAsync(string url, string userAgent, CancellationToken ct = default, bool sendUserAgentHeader = true)

Parameters

url string
userAgent string
ct CancellationToken
sendUserAgentHeader bool

Returns

Task<string>