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

Abort() private method

private Abort ( Exception exception ) : void
exception System.Exception
return void
            internal void Abort(Exception exception)
            {
                _responseStream.Abort(exception);
                _responseTcs.TrySetException(exception);
            }

Same methods

OwinHttpMessageHandler.RequestState::Abort ( ) : void