1 write to isSessionless
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
292
this.
isSessionless
= (ContractDescription.GetContract(contractType).SessionMode == SessionMode.NotAllowed);
1 reference to isSessionless
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
323
return this.
isSessionless
;