1 write to httpAsyncHandler
System.Xaml.Hosting (1)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (1)
145
this.
httpAsyncHandler
= httpAsyncHandler;
2 references to httpAsyncHandler
System.Xaml.Hosting (2)
System\Xaml\Hosting\XamlHttpHandlerFactory.cs (2)
150
return this.
httpAsyncHandler
.BeginProcessRequest(context, cb, extraData);
155
this.
httpAsyncHandler
.EndProcessRequest(result);