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