Class Web.Auth.Param
- Description
Representation of a parameter.
Many Social web services use a RESTful communication and have similiar API's. This class is suitable for many RESTful web services and if this class doesn't suite a particular service, just inherit this class and rewrite the behaviour where needed.
- See also
- Variable name
protectedstringWeb.Auth.Param.name- Description
The name of the parameter
- Variable value
protectedstringWeb.Auth.Param.value- Description
The value of the parameter
- Method create
Web.Auth.Param Web.Auth.Param(stringname,mixedvalue)- Description
Creates a new instance of Param
- Parameter
name - Parameter
value