FAST SDK Coding Reference 1.0.3
Loading...
Searching...
No Matches
WebRequestSettings Class Reference

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.
 

Detailed Description

A data structure to store FAST.WebRequest and FAST.WebRequestLoader settings.

Member Data Documentation

◆ id

string id = ""

Settings, Code
A unique name to identify this FAST.WebRequest.

◆ prefixErrorMessage

string prefixErrorMessage = ""

Settings, Code
A message that will be added before the FAST.LoadingProgress error message at runtime.

◆ replacementErrorMessage

string replacementErrorMessage = ""

Settings, Code
A message that will replace the FAST.LoadingProgress error message at runtime.

◆ suffixErrorMessage

string suffixErrorMessage = ""

Settings, Code
A message that will be added after the FAST.LoadingProgress error message at runtime.

◆ uri

string uri = ""

Settings, Code
The target URI for the FAST.WebRequest to communicate with.


The documentation for this class was generated from the following file: