1 write to _httpConnectionOptions
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnectionFactory.cs (1)
32_httpConnectionOptions = options.Value;
3 references to _httpConnectionOptions
Microsoft.AspNetCore.Http.Connections.Client (3)
HttpConnectionFactory.cs (3)
53if (_httpConnectionOptions.Url != null && _httpConnectionOptions.Url != uriEndPoint.Uri) 59var shallowCopiedOptions = ShallowCopyHttpConnectionOptions(_httpConnectionOptions);