11 references to Endpoint
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\EndpointDesigner.cs (1)
17Type endpointType = typeof(Endpoint);
System.ServiceModel.Activities (10)
System\ServiceModel\Activities\InternalSendMessage.cs (4)
97public Endpoint Endpoint 845settings.Endpoint = XamlServices.Parse(XamlServices.Save(this.Endpoint)) as Endpoint; 3034Endpoint endpoint; 3042public FactoryCacheKey(Endpoint endpoint, string endpointConfigurationName, bool isOperationOneway,
System\ServiceModel\Activities\Send.cs (1)
130public Endpoint Endpoint
System\ServiceModel\Activities\SendSettings.cs (1)
18public Endpoint Endpoint { get; set; }
System\ServiceModel\Activities\WorkflowService.cs (3)
32Collection<Endpoint> endpoints; 80public Collection<Endpoint> Endpoints 86this.endpoints = new Collection<Endpoint>();
System\ServiceModel\Activities\WorkflowServiceHost.cs (1)
462foreach (Endpoint endpoint in serviceDefinition.Endpoints)