1 write to targetEndpoint
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
2781
this.
targetEndpoint
= targetEndpoint;
5 references to targetEndpoint
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\InternalSendMessage.cs (5)
2819
this.correlationQueryBehavior = this.
targetEndpoint
.Behaviors.Find<CorrelationQueryBehavior>();
2890
if (this.
targetEndpoint
.Address != null && this.
targetEndpoint
.Address.Uri != this.
targetEndpoint
.ListenUri)
2892
via = this.
targetEndpoint
.ListenUri;