Class ProtoDocumentSource

Namespace
ProtoTest.Core
Assembly
ProtoTest.Core.dll

Loads a text document from inline content, a local file, or an HTTP(S) URL.

public static class ProtoDocumentSource
Inheritance
ProtoDocumentSource
Inherited Members

Methods

LoadText(string, string?, HttpClient?)

public static string LoadText(string source, string? baseUrl = null, HttpClient? httpClient = null)

Parameters

source string
baseUrl string
httpClient HttpClient

Returns

string