Overload | Description |
---|---|
UANetworkServerDiscoveryQuery Constructor() | Initializes a new instance of the class with default data. |
UANetworkServerDiscoveryQuery Constructor(String) | Initializes a new instance of the class, specifying the discovery host. |
UANetworkServerDiscoveryQuery Constructor(String,UAApplicationTypes) | Initializes a new instance of the class, specifying the discovery host, and application types. |
UANetworkServerDiscoveryQuery Constructor(String,IEnumerable<String>) | Initializes a new instance of the class, specifying the discovery host, and server capability filter. |
UANetworkServerDiscoveryQuery Constructor(String,IEnumerable<String>,UAApplicationTypes) | Initializes a new instance of the class, specifying the discovery host, server capability filter, and application types. |
UANetworkServerDiscoveryQuery Constructor(UANetworkServerDiscoveryQuery) | Initializes a new instance as a copy of an existing network discovery query object. |