Interface IApplicationInfo
Contains information about an application
Namespace: TSD.API.Remoting
Assembly: TSD.API.Remoting.dll
Syntax
public interface IApplicationInfo
Properties
| Name | Description |
|---|---|
| HostName | Gets the name of the host of the application |
| Port | Gets the number of the port the application runs on |
| Title | Gets the title of the application |
| Version | Gets the version of the application |