FAST SDK Coding Reference 1.0.3
|
A data structure to store FAST.WebRequest and FAST.WebRequestLoader settings. More...
Public Attributes | |
string | id = "" |
Settings, Code A unique name to identify this FAST.WebRequest. | |
string | prefixErrorMessage = "" |
Settings, Code A message that will be added before the FAST.LoadingProgress error message at runtime. | |
string | replacementErrorMessage = "" |
Settings, Code A message that will replace the FAST.LoadingProgress error message at runtime. | |
string | suffixErrorMessage = "" |
Settings, Code A message that will be added after the FAST.LoadingProgress error message at runtime. | |
string | uri = "" |
Settings, Code The target URI for the FAST.WebRequest to communicate with. | |
A data structure to store FAST.WebRequest and FAST.WebRequestLoader settings.
string id = "" |
Settings, Code
A unique name to identify this FAST.WebRequest.
string prefixErrorMessage = "" |
Settings, Code
A message that will be added before the FAST.LoadingProgress error message at runtime.
string replacementErrorMessage = "" |
Settings, Code
A message that will replace the FAST.LoadingProgress error message at runtime.
string suffixErrorMessage = "" |
Settings, Code
A message that will be added after the FAST.LoadingProgress error message at runtime.
string uri = "" |
Settings, Code
The target URI for the FAST.WebRequest to communicate with.