We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433fb1e commit 9d63e87Copy full SHA for 9d63e87
src/ModernHttpClient/Facades.cs
@@ -43,7 +43,7 @@ public NativeMessageHandler(bool throwOnCaptiveNetwork, bool customSSLVerificati
43
public TimeSpan? Timeout
44
{
45
get {throw new Exception(wrongVersion);}
46
- set { throw new Exception(wrongVersion);}
+ set {throw new Exception(wrongVersion);}
47
}
48
49
public void RegisterForProgress(HttpRequestMessage request, ProgressDelegate callback)
0 commit comments