1 write to Endpoint
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Send.cs (1)
319
Endpoint
= this.Endpoint,
17 references to Endpoint
System.ServiceModel.Activities (17)
System\ServiceModel\Activities\InternalSendMessage.cs (17)
251
Fx.Assert(this.
Endpoint
!= null, "Endpoint should not be null");
254
this.cachedEndpointHeaderCollection = new AddressHeaderCollection(this.
Endpoint
.Headers);
301
if (this.
Endpoint
!= null)
303
result.Binding = this.
Endpoint
.Binding;
304
if (this.
Endpoint
.AddressUri != null)
306
result.Address = new EndpointAddress(this.
Endpoint
.AddressUri, this.
Endpoint
.Identity, this.GetCachedEndpointHeaders());
469
else if (this.
Endpoint
!= null)
472
this.
Endpoint
.GetAddress() :
473
new EndpointAddress(endpointAddressUri, this.
Endpoint
.Identity, this.GetCachedEndpointHeaders());
489
if (this.
Endpoint
!= null)
492
endpointIdentity = this.
Endpoint
.Identity;
528
this.isConfigSettingsSecure = this.
Endpoint
!= null ? true : false;
843
if (this.
Endpoint
!= null)
845
settings.Endpoint = XamlServices.Parse(XamlServices.Save(this.
Endpoint
)) as Endpoint;
1340
string configName = (this.
Endpoint
!= null) ? null : this.EndpointConfigurationName;
1353
this.cachedFactoryCacheKey = new FactoryCacheKey(this.
Endpoint
, configName, this.IsOneWay, this.TokenImpersonationLevel,