2 references to StringDuplexContent
HttpStress (2)
Program.cs (2)
243
using (var req = new HttpRequestMessage(HttpMethod.Post, serverUri) { Version = httpVersion, Content = new
StringDuplexContent
(content) })
257
using (var req = new HttpRequestMessage(HttpMethod.Post, serverUri + "/duplex") { Version = httpVersion, Content = new
StringDuplexContent
(content) })