Skip to main content

RestGatewayDelegate

Assembly: ServiceStack.dll
View Source
Declaration
public delegate object RestGatewayDelegate(string httpVerb, Type responseType, object requestDto);