LicensingGuiInternetAutoDetectionUri Property |
The URL to use for automatic detection tests.
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic Uri InternetAutoDetectionUri { get; set; }
Public Property InternetAutoDetectionUri As Uri
Get
Set
public:
property Uri^ InternetAutoDetectionUri {
Uri^ get ();
void set (Uri^ value);
}
Property Value
Type:
Uri
Remarks Caution |
---|
This URL should match one of the web service URLs, and uses the default XmlActivationServiceUri
value for tests unless another URL is specified.
|
See Also