static public property O2GTransport.ApplicationID

Brief

Gets/Sets an application id.

Declaration
C#
static string  ApplicationID get; set;

Details

The ApplicationID is used on the server for identifying your application. The property should be set before a client application logs in to a server. The method can be set many times, but usually it is set once after the application starts. In case the ApplicationID is not set by the client application, ForexConnect sends to the server the name of the application executable module. It is the name of an .exe file.

Declared in O2GTransport

back