Click or drag to resize
Infosoft Logo

AddressSearchService Class

A service with methods for searching for addresses.
Inheritance Hierarchy
SystemObject
  Infosoft.Webservices.AddressesAddressSearchService

Namespace: Infosoft.Webservices.Addresses
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public class AddressSearchService : IAddressSearch

The AddressSearchService type exposes the following members.

Methods
 NameDescription
Public methodSearchAddresses Searches for addresses where the streetname begins with the street defined in the request.
Public methodSearchAddressesByStreetname(String, AddressSource, Int32) Searches for addresses matching the parameters in the request.
Public methodSearchAddressesByStreetname(String, String, Int32) Searches for addresses matching the parameters in the request.
Top
See Also