File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
dotnet/src/webdriver/Remote Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ protected virtual void OnSendingRemoteHttpRequest(SendingRemoteHttpRequestEventA
223223
224224 /// <summary>
225225 /// Creates an instance of <see cref="HttpClientHandler"/> as underlying handler,
226- /// used by <see cref="CreateHttpClient"/>.
226+ /// used by <see cref="CreateHttpClient"/>. Invoked only once when required.
227227 /// </summary>
228228 /// <returns>An instance of <see cref="HttpClientHandler"/>.</returns>
229229 protected virtual HttpClientHandler CreateHttpClientHandler ( )
@@ -244,6 +244,7 @@ protected virtual HttpClientHandler CreateHttpClientHandler()
244244
245245 /// <summary>
246246 /// Creates an instance of <see cref="HttpClient"/> used by making all HTTP calls to remote end.
247+ /// Invoked only once when required.
247248 /// </summary>
248249 /// <returns>An instance of <see cref="HttpClient"/>.</returns>
249250 protected virtual HttpClient CreateHttpClient ( )
You can’t perform that action at this time.
0 commit comments