Click or drag to resize

LicenseHelperSetLicenseServer Method

라이선스 서버 정보 등록

Namespace:  VIZCore3D.NET.Utility
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public static void SetLicenseServer(
	string ip,
	string port
)

Parameters

ip
Type: SystemString
라이선스 서버 아이피
port
Type: SystemString
라이선스 서버 포트
See Also