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