HttpRequestWrapper.Abort Method

Definition

Forcibly terminates the underlying TCP connection, causing any outstanding I/O to fail.

public:
 override void Abort();
public override void Abort ();
override this.Abort : unit -> unit
Public Overrides Sub Abort ()

Remarks

This method is thread-safe. Any thread may call it at any time.

Applies to