This commit is contained in:
Stef Heyenrath
2017-05-05 22:25:57 +02:00
parent 84db9bbf0d
commit 7bfd9f3343
19 changed files with 185 additions and 303 deletions

View File

@@ -103,7 +103,7 @@ namespace WireMock.Owin
}
}
response = await targetMapping.ResponseTo(request);
response = await targetMapping.ResponseToAsync(request);
}
catch (Exception ex)
{