Opc.Ua.Core
GetDiscoveryUrl Method



Opc.Ua Namespace > ConfiguredEndpoint Class : GetDiscoveryUrl Method
Returns a discovery url that can be used to update the endpoint description.
Syntax
'Declaration
 
Public Function GetDiscoveryUrl( _
   ByVal endpointUrl As Uri _
) As Uri
'Usage
 
Dim instance As ConfiguredEndpoint
Dim endpointUrl As Uri
Dim value As Uri
 
value = instance.GetDiscoveryUrl(endpointUrl)
public Uri GetDiscoveryUrl( 
   Uri endpointUrl
)
public:
Uri^ GetDiscoveryUrl( 
   Uri^ endpointUrl
) 

Parameters

endpointUrl
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ConfiguredEndpoint Class
ConfiguredEndpoint Members