2 overrides of Channel
System.WorkflowServices (2)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (2)
367public override IChannel Channel 430public override IChannel Channel
2 references to Channel
System.WorkflowServices (2)
System\Workflow\Activities\SendActivity.cs (2)
394using (OperationContextScope scope = new OperationContextScope((IContextChannel) leasedChannel.Channel)) 419returnValue = this.InvokeOperation(methodInfo, leasedChannel.Channel, parameters);