1 reference to ByteAtATimeNoLengthContent
HttpStress (1)
Program.cs (1)
271
using (var req = new HttpRequestMessage(HttpMethod.Post, serverUri + "/duplexSlow") { Version = httpVersion, Content = new
ByteAtATimeNoLengthContent
(Encoding.ASCII.GetBytes(content)) })