Base:
method
Write
System.IO.TextWriter.Write(System.String, System.Object)
1 override of Write
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (1)
1048
public override void
Write
([StringSyntax(StringSyntaxAttribute.CompositeFormat)] string format, object? arg0) { }
1 reference to Write
System.Net.HttpListener (1)
System\Net\Managed\HttpListenerResponse.Managed.cs (1)
271
writer.
Write
("HTTP/1.1 {0} ", _statusCode); // "1.1" matches Windows implementation, which ignores the response version