2 writes to codeEndpoints
System.WorkflowServices (2)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (2)
61
this.
codeEndpoints
= endpoints;
139
this.
codeEndpoints
= new List<ServiceEndpoint>();
1 reference to codeEndpoints
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (1)
146
this.channelManager = new ChannelManager(this.settings, this.
codeEndpoints
);