2 writes to EndpointAddress
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\InternalSendMessage.cs (2)
1315
instance.
EndpointAddress
= CreateEndpointAddressFromCallback(instance.CorrelationCallbackContext.ListenAddress.ToEndpointAddress());
1329
instance.
EndpointAddress
= CreateEndpointAddress(context);
3 references to EndpointAddress
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\InternalSendMessage.cs (3)
1326
if (instance.
EndpointAddress
== null)
1332
if (instance.
EndpointAddress
== null)
2558
this.ClientSendChannel = this.FactoryReference.TakeChannel(this.
EndpointAddress
, out this.clientChannelPool);