This is a migrated thread and some comments may be shown as answers.

FabricatedMethod

0 Answers 42 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Yann
Top achievements
Rank 1
Yann asked on 17 Jul 2015, 08:19 AM

Hello,

 while decompiling System.Web.Http.Owin.dll (Microsoft.Aspnet.WebApi.Owin Nuget package), I found SendAsync method of  PassiveAuthenticationMessageHandler class where there is a call to:

HttpResponseMessage httpResponseMessage = await this.<>n__FabricatedMethod3(request, cancellationToken);

What does 'this.<>n__FabricatedMethod3' mean? I suppose it's calling base class method but just wanted to be sure.

 Thanks!

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Yann
Top achievements
Rank 1
Share this question
or