1 write to HostingProperty
System.ServiceModel (1)
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
144this.HostingProperty = AspNetEnvironment.Current.GetHostingProperty(request, true);
6 references to HostingProperty
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
1490if (rpc.HostingProperty != null) 1494rpc.HostingProperty.Close();
System\ServiceModel\Dispatcher\MessageRpc.cs (2)
573if (this.HostingProperty != null) 589return this.HostingProperty.ApplyIntegrationContext();
System\ServiceModel\Dispatcher\SecurityImpersonationBehavior.cs (2)
250if (rpc.HostingProperty != null) 252impersonationContext = rpc.HostingProperty.Impersonate();