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