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
protected string Web.Auth.Param.name
- Description
The name of the parameter
- Variable value
protected string Web.Auth.Param.value
- Description
The value of the parameter
- Method create
Web.Auth.Param Web.Auth.Param(string name, mixed value)
- Description
Creates a new instance of Param
- Parameter name
- Parameter value