ClassSilverlightResponse
Class
For internal use only. Holds the response returned by the client processor after processing a Silverlight command.
Definition
Namespace:ArtOfTest.WebAii.Silverlight
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public class SilverlightResponse
Inheritance: objectSilverlightResponse
Constructors
SilverlightResponse()
Declaration
cs-api-definition
public SilverlightResponse()
Fields
Status
The returned status from the Silverlignt client after processing a Silverlight command. Either OK, ERROR or ELEMENT_NOT_FOUND.
Methods
FromString(string)
Declaration
cs-api-definition
public static SilverlightResponse FromString(string s)
Parameters
s
Returns