'Declaration
Public Function New( _ ByVal discoveryUriString As String, _ ByVal matchDiscoveryUriSchemes As Boolean _ )
'Usage
Dim discoveryUriString As String Dim matchDiscoveryUriSchemes As Boolean Dim instance As New UALocalEndpointDiscoveryQuery(discoveryUriString, matchDiscoveryUriSchemes)
public UALocalEndpointDiscoveryQuery( string discoveryUriString, bool matchDiscoveryUriSchemes )
public: UALocalEndpointDiscoveryQuery( String^ discoveryUriString, bool matchDiscoveryUriSchemes )
Parameters
- discoveryUriString
- The discovery endpoint URL of the server.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - matchDiscoveryUriSchemes
- Determines whether only endpoints with the same URL scheme will be returned.