5 writes to Location
System.Web.Services (5)
System\Web\Services\Description\HttpGetProtocolReflector.cs (2)
28
httpAddressBinding.
Location
= ServiceUrl;
33
httpAddressBinding.
Location
= DiscoveryServerType.CombineUris(current, httpAddressBinding.Location);
System\Web\Services\Description\HttpPostProtocolReflector.cs (2)
35
httpAddressBinding.
Location
= ServiceUrl;
40
httpAddressBinding.
Location
= DiscoveryServerType.CombineUris(current, httpAddressBinding.Location);
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
4488
o.
@Location
= Reader.Value;
4 references to Location
System.Web.Services (4)
System\Web\Services\Description\HttpGetProtocolReflector.cs (1)
33
httpAddressBinding.Location = DiscoveryServerType.CombineUris(current, httpAddressBinding.
Location
);
System\Web\Services\Description\HttpPostProtocolReflector.cs (1)
40
httpAddressBinding.Location = DiscoveryServerType.CombineUris(current, httpAddressBinding.
Location
);
System\Web\Services\Description\HttpProtocolImporter.cs (1)
365
string url = (httpAddressBinding != null) ? httpAddressBinding.
Location
: null;
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
267
WriteAttribute(@"location", @"", ((global::System.String)o.
@Location
));