7 references to ReadLineAsync
IIS.Common.TestLib (3)
TestConnections.cs (3)
101
var length = int.Parse(await
ReadLineAsync
(), System.Globalization.NumberStyles.HexNumber, CultureInfo.InvariantCulture);
105
await
ReadLineAsync
();
196
line = await
ReadLineAsync
();
IIS.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Inprocess\MaxRequestBodySizeTests.cs (1)
128
var requestLine = await connection.
ReadLineAsync
();
src\Servers\IIS\IIS\test\Common.FunctionalTests\MaxRequestBodySizeTests.cs (1)
129
var requestLine = await connection.
ReadLineAsync
();
IISExpress.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Inprocess\MaxRequestBodySizeTests.cs (1)
128
var requestLine = await connection.
ReadLineAsync
();
src\Servers\IIS\IIS\test\Common.FunctionalTests\MaxRequestBodySizeTests.cs (1)
129
var requestLine = await connection.
ReadLineAsync
();