9 references to Put
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (2)
Logging\AcceptanceTests.cs (2)
709
Assert.Single(state, x => x.Key == HttpLoggingTagNames.Method && x.Value == HttpMethod.
Put
.ToString());
743
Assert.Single(state, x => x.Key == HttpLoggingTagNames.Method && x.Value == HttpMethod.
Put
.ToString());
Microsoft.Extensions.Http.Resilience (1)
Polly\HttpRetryStrategyOptionsExtensions.cs (1)
32
HttpMethod.Delete, HttpMethod.Post, HttpMethod.
Put
,
Microsoft.NET.Sdk.Publish.Tasks (2)
Kudu\KuduVfsDeploy.cs (1)
66
using (var req = new HttpRequestMessage(HttpMethod.
Put
, apiUrl))
Kudu\KuduZipDeploy.cs (1)
57
using (var req = new HttpRequestMessage(HttpMethod.
Put
, DestinationUrl))
NuGet.Protocol (2)
Resources\PackageUpdateResource.cs (2)
496
HttpMethod.
Put
,
650
HttpMethod.
Put
,
System.Net.Http (2)
System\Net\Http\HttpClient.cs (1)
407
HttpRequestMessage request = CreateRequestMessage(HttpMethod.
Put
, requestUri);
System\Net\Http\HttpMethod.cs (1)
109
3 =>
Put
,