| Overload | Description | 
|---|---|
| UALocalApplicationDiscoveryQuery Constructor() | Initializes a new instance of the class with default data. | 
| UALocalApplicationDiscoveryQuery Constructor(IEnumerable<String>) | Initializes a new instance of the class, specifying the discovery URI strings. | 
| UALocalApplicationDiscoveryQuery Constructor(IEnumerable<String>,Boolean) | Initializes a new instance of the class, specifying the discovery URI strings, and whether the discovery will be flat. | 
| UALocalApplicationDiscoveryQuery Constructor(IEnumerable<String>,UAApplicationTypes) | Initializes a new instance of the class, specifying the discovery URI strings, and application types. | 
| UALocalApplicationDiscoveryQuery Constructor(IEnumerable<String>,UAApplicationTypes,Boolean) | Initializes a new instance of the class, specifying the discovery URI strings, application types, and whether the discovery will be flat. | 
| UALocalApplicationDiscoveryQuery Constructor(String) | Initializes a new instance of the class, specifying the discovery host. | 
| UALocalApplicationDiscoveryQuery Constructor(String,Boolean) | Initializes a new instance of the class, specifying the discovery host, and whether the discovery will be flat. | 
| UALocalApplicationDiscoveryQuery Constructor(String,UAApplicationTypes) | Initializes a new instance of the class, specifying the discovery host, and application types. | 
| UALocalApplicationDiscoveryQuery Constructor(String,UAApplicationTypes,Boolean) | Initializes a new instance of the class, specifying the discovery host, application types, and whether the discovery will be flat. | 
| UALocalApplicationDiscoveryQuery Constructor(UALocalApplicationDiscoveryQuery) | Initializes a new instance as a copy of an existing endpoint discovery query object. | 
