6 references to SetStream
System.Net.Http (6)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (3)
1084responseContent.SetStream(new Http2ReadWriteStream(this, closeResponseBodyOnDispose: true)); 1091responseContent.SetStream(EmptyReadStream.Instance); 1095responseContent.SetStream(new Http2ReadStream(this));
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (2)
220responseContent.SetStream(EmptyReadStream.Instance); 225responseContent.SetStream(new Http3ReadStream(this));
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
792((HttpConnectionResponseContent)response.Content).SetStream(responseStream);