RESTPostFilterHandler Delegate

REST post-filter handler.

Use dark colors for code blocksCopy
1
2
3
4
public delegate byte[] RESTPostFilterHandler(RestRequestParameters inputParams,
    byte[] responseBytes,
    string responseProperties,
    out string newResponseProperties);
ParameterDescription
inputParamsInput parameters. See RestRequestParameters.
responseBytesThe byte array response.
responsePropertiesWell-known properties for the response.
newResponsePropertiesThe new properties for the response after the response is modified.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.