RequestBuilder Constructor (TestServer, String)
Construct a new HttpRequestMessage with the given path.
Namespace: Microsoft.Owin.Testing
Assembly: Microsoft.Owin.Testing (in Microsoft.Owin.Testing.dll)
Syntax
public RequestBuilder(
TestServer server,
string path
)
public:
RequestBuilder(
TestServer^ server,
String^ path
)
new :
server:TestServer *
path:string -> RequestBuilder
Public Sub New (
server As TestServer,
path As String
)
Parameters
- server
Type: Microsoft.Owin.Testing.TestServer
- path
Type: System.String
See Also
RequestBuilder Class
Microsoft.Owin.Testing Namespace
Return to top