3 references to Session
System.ServiceModel (3)
System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
33
this.useSession = dispatch.ChannelDispatcher.
Session
;
System\ServiceModel\Dispatcher\ListenerHandler.cs (2)
415
if ((this.channel != null) && (this.throttle != null) && (this.channelDispatcher.
Session
))
594
if (this.throttle != null && this.channelDispatcher.
Session
)