1 override of MessageHandler
NuGet.Protocol (1)
HttpSource\HttpHandlerResourceV3.cs (1)
38
public override HttpMessageHandler
MessageHandler
=> _messageHandler;
1 reference to MessageHandler
NuGet.Protocol (1)
HttpSource\HttpSource.cs (1)
397
var httpClient = new HttpClient(httpHandler.
MessageHandler
)