1 write to endpoint
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
63
this.
endpoint
= endpoint;
6 references to endpoint
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\Description\WorkflowOperationBehavior.cs (1)
169
this.performanceCountersEnabled, this.propagateActivity, currentTransaction, notification, this.behavior, this.
endpoint
, timeout, callback, state);
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (5)
379
WorkflowHostingEndpoint = this.invoker.
endpoint
as WorkflowHostingEndpoint,
799
else if (this.invoker.
endpoint
is WorkflowHostingEndpoint)
801
WorkflowHostingEndpoint hostingEndpoint = (WorkflowHostingEndpoint)this.invoker.
endpoint
;
850
string endpointName = this.invoker.
endpoint
!= null ? this.invoker.
endpoint
.Name : null;