projects/m2-core/src/lib/core/service/system/endpoint-config.service.ts
Properties |
Public
constructor(protocol: string, wsProtocol: string, address: string, port: number, clientDirPath: string, cadPluginPath: string, licensePath: string, desktopClientPath: string, pluginsPath: string, transKeysTmplPath: string)
|
| address |
Type : string
|
| cadPluginPath |
Type : string
|
| clientDirPath |
Type : string
|
| desktopClientPath |
Type : string
|
| licensePath |
Type : string
|
| pluginsPath |
Type : string
|
| port |
Type : number
|
| protocol |
Type : string
|
| transKeysTmplPath |
Type : string
|
| wsProtocol |
Type : string
|