Initial Commit after switching from SVN to git

This commit is contained in:
2026-05-03 01:43:52 +02:00
parent ab8638e5bb
commit a4284234b2
910 changed files with 359931 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>MFR_RESTClient</name>
</assembly>
<members>
<member name="P:MFR_RESTClient.MFRClient.HideCustomExceptions">
<summary>
Get or set a value indicating the exceptions thrown by the client should be hidden.
</summary>
</member>
<member name="M:MFR_RESTClient.MFRClient.#ctor(MFR_RESTClient.MFRClientConfig,MFR_RESTClient.MFRClientCredentials,Microsoft.Extensions.Logging.ILogger{MFR_RESTClient.MFRClient})">
<summary>
Construct with typed config and credentials.
</summary>
</member>
<member name="M:MFR_RESTClient.MFRClient.Execute(RestSharp.RestRequest,System.String,System.Boolean)">
<summary>
Executes a query against MFR.
</summary>
</member>
<member name="M:MFR_RESTClient.HtmlCleanUp.Clean(System.String)">
<summary>
Cleanse HTML tags and other detritus from the string to make it plaintext.
</summary>
</member>
</members>
</doc>