Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System / net / System / Net / WebRequest.cs
index 40f5fa6ba959d6ba90a7851388bff6c65ed5636e..57b3274a0905ad95a94deddb6db142ccfd00c05f 100644 (file)
@@ -1017,7 +1017,7 @@ namespace System.Net {
         // GetRequestStream() and the reading phase to GetResponse(), but if there's no request body, both phases
         // may happen inside GetResponse().
         //
-        // Return null only on [....] (if we're on the [....] thread).  Otherwise throw if no context is available.
+        // Return null only on Sync (if we're on the Sync thread).  Otherwise throw if no context is available.
         internal virtual ContextAwareResult GetConnectingContext()
         {
             throw ExceptionHelper.MethodNotImplementedException;