4 references to ChannelToken
System.WorkflowServices (4)
System\Workflow\Activities\SendActivity.cs (3)
156
return SendActivity.GetContext(this, this.
ChannelToken
, this.ServiceOperationInfo.ContractType);
166
SendActivity.SetContext(this, this.
ChannelToken
, this.ServiceOperationInfo.ContractType, value);
384
ChannelToken channelToken = this.
ChannelToken
;
System\Workflow\Activities\ValidationHelper.cs (1)
397
ChannelToken endpoint = activity.
ChannelToken
;