REST post-filter handler.
public delegate byte[] RESTPostFilterHandler(RestRequestParameters inputParams,
byte[] responseBytes,
string responseProperties,
out string newResponseProperties);
Parameter | Description |
---|---|
inputParams | Input parameters. See RestRequestParameters. |
responseBytes | The byte array response. |
responseProperties | Well-known properties for the response. |
newResponseProperties | The new properties for the response after the response is modified. |