AgileDotNetLicenseProvider.AddNetworkLicenseService Method

SecureTeam Copy Protection

AgileDotNetLicenseProvider.AddNetworkLicenseService

Adds a network license service address. During the license validation process Agile.net will try to retrieve a network license from the address specified.

Syntax

Public Shared Sub AddNetworkLicenseService( _
   ByVal serviceEndpoint As IPEndPoint _
)
public static void AddNetworkLicenseService(
   IPEndPoint serviceEndpoint
);

Parameters

serviceEndpoint
The network license service IP and port.

See Also

AgileDotNetLicenseProvider Class | AgileDotNet.Licensing Namespace