9 writes to Location
System.ServiceModel (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
891binding.Location = address.Uri.AbsoluteUri;
System\ServiceModel\Description\SoapHelper.cs (1)
272dest.Location = binding.Location;
System\ServiceModel\Description\WsdlExporter.cs (1)
358addressBinding.Location = endpoint.Address.Uri.AbsoluteUri;
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
4388o.@Location = Reader.Value; 4438o.@Location = Reader.Value;
System\Web\Services\Description\Soap12ProtocolReflector.cs (2)
85soapAddress.Location = serviceUrl; 90soapAddress.Location = DiscoveryServerType.CombineUris(current, soapAddress.Location);
System\Web\Services\Description\SoapProtocolReflector.cs (2)
280soapAddress.Location = serviceUrl; 285soapAddress.Location = DiscoveryServerType.CombineUris(current, soapAddress.Location);
9 references to Location
System.ServiceModel (2)
System\ServiceModel\Description\SoapHelper.cs (1)
272dest.Location = binding.Location;
System\ServiceModel\Description\WsdlImporter.cs (1)
1097return new EndpointAddress(soapAddressBinding.Location);
System.Web.Extensions (1)
Compilation\WCFModel\AsmxEndpointPickerExtension.cs (1)
114if (addressBinding != null && addressBinding.GetType() == addressType && IsAsmxUri(addressBinding.Location))
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
245WriteAttribute(@"location", @"", ((global::System.String)o.@Location)); 289WriteAttribute(@"location", @"", ((global::System.String)o.@Location));
System\Web\Services\Description\Soap12ProtocolReflector.cs (1)
90soapAddress.Location = DiscoveryServerType.CombineUris(current, soapAddress.Location);
System\Web\Services\Description\SoapHttpTransportImporter.cs (1)
34string url = (soapAddress != null) ? soapAddress.Location : null;
System\Web\Services\Description\SoapProtocolReflector.cs (1)
285soapAddress.Location = DiscoveryServerType.CombineUris(current, soapAddress.Location);
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
106binding.Address = soapAddress.Location;