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