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