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<Boolean> | 
  |