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