ssg: StaticSiteClient: not implemented exception for SendAuthenticatedHTTPRequest

This commit is contained in:
Nick Vella 2019-07-02 18:40:20 +10:00
parent 7bcaec39d8
commit b0a78d7085
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ namespace OpenLiveWriter.BlogClient.Clients
=> new BlogPostCategory[0];
public HttpWebResponse SendAuthenticatedHttpRequest(string requestUri, int timeoutMs, HttpRequestFilter filter)
=> throw new Exception("HTTP requests not implemented for static sites"); // TODO This is used for downloading writing manifest XMLs. Throw an exception for now.
=> throw new NotImplementedException("HTTP requests not implemented for static sites"); // TODO This is used for downloading writing manifest XMLs. Throw an exception for now.
public BlogInfo[] GetImageEndpoints() => new BlogInfo[0];