16 references to HasSession
System.ServiceModel (16)
System\ServiceModel\Channels\ServiceChannel.cs (6)
954if (context == null && HasSession) 1143if (this.HasSession) 1229if (this.HasSession) 1352if ((this.instanceContext != null) && this.HasSession) 1412if (this.HasSession && !this.IsClient) 1515if (this.HasSession && !this.IsClient)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
599if (this.requestInfo.Channel.HasSession || this.isCallback)
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (1)
33return IsConcurrent(this.concurrencyMode, this.enforceOrderedReceive, rpc.Channel.HasSession, this.supportsTransactedBatch);
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
828if (!channelDispatcher.HandleError(exception) && serviceChannel.HasSession)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
861if (!rpc.Channel.HasSession)
System\ServiceModel\Dispatcher\MessageRpc.cs (2)
379if ((this.Channel != null) && this.Channel.HasSession) 398if ((this.Channel != null) && this.Channel.HasSession)
System\ServiceModel\Dispatcher\PerSessionInstanceContextProvider.cs (1)
37if (serviceChannel != null && serviceChannel.HasSession)
System\ServiceModel\Dispatcher\SingletonInstanceContextProvider.cs (1)
71if (serviceChannel != null && serviceChannel.HasSession)
System\ServiceModel\Dispatcher\TerminatingOperationBehavior.cs (2)
46if (rpc.Operation.IsTerminating && rpc.Channel.HasSession) 57if (rpc.Operation.IsTerminating && rpc.Channel.HasSession)