TheProcessMessage..::..ClientInfo Property
new in 4.2: contains the complete ClientInfo of an incoming request
Namespace:
nsCDEngine.ViewModelsAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public TheClientInfo ClientInfo { get; set; }
Public Property ClientInfo As TheClientInfo Get Set
public: property TheClientInfo^ ClientInfo { TheClientInfo^ get (); void set (TheClientInfo^ value); }