'Declaration
<NotNullAttribute()> ReadOnly Property EndpointUriString As String
'Usage
Dim instance As IUADiscoveryElement Dim value As String value = instance.EndpointUriString
[NotNull()] string EndpointUriString {get;}
'Declaration
<NotNullAttribute()> ReadOnly Property EndpointUriString As String
'Usage
Dim instance As IUADiscoveryElement Dim value As String value = instance.EndpointUriString
[NotNull()] string EndpointUriString {get;}
The endpoint URL is more "precise" than the discovery URL. When only discovery URL is present, the client always has to use the GetEndpoints service of the server in order to resolve the it to the actual endpoint.