Skip to main content

AgileDotNetLicenseProvider NetworkLicenseServiceAddresses

Get the network license service addresses used to retrieve network licenses from during the license validation process. Agile.net will first look for a license in SearchDirectories, if no license is found it will try to retrieve a license from the list of network service addresses.

Syntax

Visual Basic

Public Shared ReadOnly Property NetworkLicenseServiceAddresses() As ReadOnlyCollection(Of IPEndPoint)
   Public Get
   End Get
End Property

C#

public static ReadOnlyCollection<IPEndPoint> NetworkLicenseServiceAddresses { public get; }

See Also

AgileDotNetLicenseProvider Class | AgileDotNet.Licensing Namespace