'Declaration
Protected Overridable Sub OnResponseSent( _ ByVal response As IServiceResponse _ )
'Usage
Dim instance As EndpointBase Dim response As IServiceResponse instance.OnResponseSent(response)
protected virtual void OnResponseSent( IServiceResponse response )
protected: virtual void OnResponseSent( IServiceResponse^ response )
Parameters
- response
- The response.