'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.
- matchDiscoveryUriSchemes
- Determines whether only endpoints with the same URL scheme will be returned.