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