System.Net.Http.OwinHttpMessageHandler.RequestState.Abort C# (CSharp) Method

Abort() private method

private Abort ( ) : void
return void
            internal void Abort()
            {
                Abort(new OperationCanceledException());
            }

Same methods

OwinHttpMessageHandler.RequestState::Abort ( Exception exception ) : void