Skip to content

Commit

Permalink
Update HttpClientRequestMessage.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
eumikhailov authored and xuzhg committed Aug 14, 2020
1 parent 0d99ca3 commit 4becfc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public override IODataResponseMessage EndGetResponse(IAsyncResult asyncResult)
return UnwrapAggregateException(() => new HttpClientResponseMessage(((Task<HttpResponseMessage>)asyncResult).Result, this.config));
}

#if !PORTABLELIB && !(NETCOREAPP1_0 || NETCOREAPP2_0)
#if !(NETCOREAPP1_0 || NETCOREAPP2_0)
public override IODataResponseMessage GetResponse()
{
return UnwrapAggregateException(() =>
Expand Down

0 comments on commit 4becfc9

Please sign in to comment.