RemoveInterceptorAsync Method
RemoveInterceptorAsync(string)
Removes the interceptor that identified by id.
Declaration
Task<bool> RemoveInterceptorAsync(string id)
Parameters
string | id | The identifier of the interceptor. |
Returns
Task<bool> |
|