1 write to wrappedContext
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (1)
640
this.
wrappedContext
= context;
8 references to wrappedContext
System.ServiceModel.Activation (8)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (8)
641
this.
wrappedContext
.Faulted += new EventHandler(OnWrappedContextFaulted);
652
this.
wrappedContext
.Abandon(timeout);
658
return this.
wrappedContext
.BeginAbandon(timeout, callback, state);
664
return this.
wrappedContext
.BeginComplete(timeout, callback, state);
670
this.
wrappedContext
.Complete(timeout);
677
this.
wrappedContext
.EndAbandon(result);
683
this.
wrappedContext
.EndComplete(result);
691
this.
wrappedContext
.Fault();