3 writes to Address
System.Web.Services (3)
System\Web\Services\Discovery\DiscoveryDocumentSerializer.cs (1)
235o.@Address = Reader.Value;
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (2)
106binding.Address = soapAddress.Location; 109binding.Address = CombineUris(current, binding.Address);
3 references to Address
System.Web.Services (3)
System\Web\Services\Discovery\DiscoveryDocumentSerializer.cs (1)
75WriteAttribute(@"address", @"", ((global::System.String)o.@Address));
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
109binding.Address = CombineUris(current, binding.Address);
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
206Url = soapBinding.Address;