AgileDotNetLicenseProvider.NetworkLicenseServiceAddresses Property

SecureTeam Copy Protection

AgileDotNetLicenseProvider.NetworkLicenseServiceAddresses Property

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

Public Shared ReadOnly Property NetworkLicenseServiceAddresses() As ReadOnlyCollection(Of IPEndPoint)
   Public Get
   End Get
End Property
public static ReadOnlyCollection<IPEndPoint> NetworkLicenseServiceAddresses { public get; }

See Also

AgileDotNetLicenseProvider Class | AgileDotNet.Licensing Namespace