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