HttpRequest.Abort Method
Namespace: Rebex.Net
Assembly: Rebex.Http.dll (version 7.0.9083)
Abort()
Cancels request. This will make the current (or subsequent) request fail with WebException error with
Status
of RequestCanceled.
Declaration
public override void Abort()