30 references to Method
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
1784
commandName ??= $"{endpoint.Resource.Name}-{endpoint.EndpointName}-http-{commandOptions.Method.
Method
.ToLowerInvariant()}-{path}";
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
292
return this.HttpRequestMessage.Method.
Method
;
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterHandler.cs (1)
224
stringBuilder.Append(httpMethod.
Method
);
Microsoft.AspNetCore.SignalR.Client.Tests (1)
LongPollingTransportTests.cs (1)
282
switch (request.Method.
Method
)
Microsoft.AspNetCore.StaticFiles.Tests (21)
CacheHeaderTests.cs (21)
192
.SendAsync(method.
Method
);
198
.SendAsync(method.
Method
);
211
.SendAsync(method.
Method
);
217
.SendAsync(method.
Method
);
224
.SendAsync(method.
Method
);
237
.SendAsync(method.
Method
);
247
.SendAsync(method.
Method
);
253
.SendAsync(method.
Method
);
259
.SendAsync(method.
Method
);
288
.SendAsync(method.
Method
);
303
.SendAsync(method.
Method
);
324
.SendAsync(method.
Method
);
329
.SendAsync(method.
Method
);
342
.SendAsync(method.
Method
);
356
.SendAsync(method.
Method
);
371
.SendAsync(method.
Method
);
376
.SendAsync(method.
Method
);
391
.SendAsync(method.
Method
);
406
.SendAsync(method.
Method
);
420
.SendAsync(method.
Method
);
425
.SendAsync(method.
Method
);
Microsoft.DotNet.SwaggerGenerator.CodeGenerator (4)
Languages\angular\Angular.cs (1)
347
return method.
Method
.ToLowerInvariant();
Languages\csharp\CSharp.cs (3)
223
method.
Method
.ToLower() == "patch" || method == HttpMethod.Post || method == HttpMethod.Put)
225
return $"RequestMethod.{Helpers.PascalCase(method.
Method
.ToLower().AsSpan())}";
228
return $"RequestMethod.Parse(\"{method.
Method
}\")";
Microsoft.Extensions.Http.Diagnostics (1)
Http\DownstreamDependencyMetadataManager.cs (1)
52
return GetRequestMetadataInternal(requestMessage.Method.
Method
, requestMessage.RequestUri.AbsolutePath, hostMetadata);