HttpRequestMock Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for all http request mocks.
public abstract class HttpRequestMock
type HttpRequestMock = class
Public MustInherit Class HttpRequestMock
- Inheritance
-
HttpRequestMock
- Derived
Constructors
HttpRequestMock() |
Methods
RegisterSourcePath(String, Int32) |
helper to register source path with debugger. |
Setup(MockHttpMessageHandler) |
In the constructor of MockHttpRequestMiddleware, this function will be called to setup a global handler. |