Called to create the response.
protected virtual Task<WebServiceResponse> CreateResponseAsync(WebServiceResponse proposedResponse)
parameter | description |
---|---|
proposedResponse | The proposed response. |
The response.
The default implementation simply returns the proposed response.