Method Perform
Perform(IReplicationService, HttpRequest, HttpResponse)
Extension method that mirrors the signature of Perform(IReplicationRequest, IReplicationResponse) using AspNetCore as implementation.
Declaration
public static void Perform(this IReplicationService self, HttpRequest request, HttpResponse response)
Parameters
Type | Name | Description |
---|---|---|
IReplicationService | self | |
HttpRequest | request | |
HttpResponse | response |