9 references to HasSession
System.ServiceModel.Routing (9)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (4)
397else if (this.channelExtension.HasSession) 511!this.channelExtension.HasSession) 566if (this.channelExtension.HasSession) 767if (exception == null && (this.closeOutboundChannels || !this.channelExtension.HasSession))
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (1)
218!this.service.ChannelExtension.HasSession)
System\ServiceModel\Routing\RoutingChannelExtension.cs (1)
78Fx.AssertAndThrow(!(this.ImpersonationRequired && !this.HasSession), "Shouldn't allocate SessionChannels if session-less and impersonating");
System\ServiceModel\Routing\RoutingService.cs (3)
154if (impersonating && !this.ChannelExtension.HasSession) 166if (impersonating && !this.ChannelExtension.HasSession) 215if (this.ChannelExtension.HasSession)