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