Merge pull request #2427 from alexrp/socket-responder-dedup
authormonojenkins <jo.shields+jenkins@xamarin.com>
Thu, 14 Jan 2016 13:10:19 +0000 (13:10 +0000)
committermonojenkins <jo.shields+jenkins@xamarin.com>
Thu, 14 Jan 2016 13:10:19 +0000 (13:10 +0000)
commit18098049bc851e57bf9909051003099fe2acaf48
tree185e2abc4107c30369fa1f2d8cb7672fd2997d9f
parentfb327d037ee9b0dfe7029c37af51684c05f98b8c
parentceff52c9aea4410f6587bef562154f5694e3b987
Merge pull request #2427 from alexrp/socket-responder-dedup

[bcl] Deduplicate the SocketResponder test helper class.

A number of fixes were made to the version in System but these fixes were never applied to the System.Web.Services version. Merge the two and place the class in the test-helpers directory to avoid this sort of maintenance problem.