Is this recatoring possible: "Use USING statement"
Is it possible to add a Refactoring like this:
HttpWebResponse resp = (HttpWebResponse)req.GetResponse(); StreamReader sr = new StreamReader(resp.GetResponseStream(),encoding); return sr.ReadToEnd(); } ]]>
Refactor "Use USING statement"
Please sign in to leave a comment.
???