1 write to _method
System.Net.HttpListener (1)
System\Net\Managed\HttpListenerRequest.Managed.cs (1)
86
_method
= req[parts[0]];
4 references to _method
System.Net.HttpListener (4)
System\Net\Managed\HttpListenerRequest.Managed.cs (4)
87
if (
_method
.AsSpan().ContainsAnyExcept(s_validMethodChars))
193
if (string.Equals(
_method
, "POST", StringComparison.OrdinalIgnoreCase) ||
194
string.Equals(
_method
, "PUT", StringComparison.OrdinalIgnoreCase))
316
public string? HttpMethod =>
_method
;