4 references to Endpoint
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Send.cs (4)
248
if (this.
Endpoint
== null)
261
if (this.
Endpoint
.Binding == null)
263
metadata.AddValidationError(SR.MissingBindingInEndpoint(this.
Endpoint
.Name, this.ServiceContractName));
319
Endpoint = this.
Endpoint
,