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)
87if (_method.AsSpan().ContainsAnyExcept(s_validMethodChars)) 193if (string.Equals(_method, "POST", StringComparison.OrdinalIgnoreCase) || 194string.Equals(_method, "PUT", StringComparison.OrdinalIgnoreCase)) 316public string? HttpMethod => _method;