Overload | Description |
---|---|
UALocalEndpointDiscoveryQuery Constructor() | Initializes a new instance of the class with default data. |
UALocalEndpointDiscoveryQuery Constructor(IEnumerable<String>) | Initializes a new instance of the class, specifying the discovery URI strings. |
UALocalEndpointDiscoveryQuery Constructor(IEnumerable<String>,IEnumerable<String>) | Initializes a new instance of the class, specifying the discovery URI strings, and transport profile URI string filter. |
UALocalEndpointDiscoveryQuery Constructor(String) | Initializes a new instance of the class, specifying the discovery URI string. |
UALocalEndpointDiscoveryQuery Constructor(String,Boolean) | Initializes a new instance of the class, specifying the discovery URI string, and whether the discovery URI schemes must match. |
UALocalEndpointDiscoveryQuery Constructor(String,IEnumerable<String>) | Initializes a new instance of the class, specifying the discovery URI string, and transport profile URI string filter. |
UALocalEndpointDiscoveryQuery Constructor(UALocalEndpointDiscoveryQuery) | Initializes a new instance as a copy of an existing network discovery query object. |