Answer the question
In order to leave comments, you need to log in
System.Net.WebException: The connection was closed unexpectedly. How to fix?
Good evening!
Unhandled exception of type 'System.Net.WebException' in System.dll
Additional information: The request was aborted: The connection was closed unexpectedly.
public static string GetFileNameModePack(string url)
{
string result;
using (var client = new WebClient())
{
result = client.DownloadString(new Uri(url));
}
return result;
}
Answer the question
In order to leave comments, you need to log in
Use this component (or check out the sources) https://www.npmjs.com/package/vue-search-select
There is an example moreta.github.io/vue-search-select/#/ModelAjax
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question