The TestHttpHandler class in the Microsoft.WindowsAzure.MobileServices.Test namespace contains the AddResponseContent method. This method is used to add content to the response of an HTTP request made during testing. It allows developers to simulate different server responses for their tests.
C# (CSharp) Microsoft.WindowsAzure.MobileServices.Test TestHttpHandler.AddResponseContent - 36 examples found. These are the top rated real world C# (CSharp) examples of Microsoft.WindowsAzure.MobileServices.Test.TestHttpHandler.AddResponseContent extracted from open source projects. You can rate examples to help us improve the quality of examples.