Method | Description | |
---|---|---|
SteamWebRequestParameter ( string name, string value ) : System |
Constructs a parameter with the given name and value. Name must not be null or empty.
|
|
ToString ( ) : string |
Returns a string which concatenates the name and value together with '=' symbol as it would appear in a URL
|
public SteamWebRequestParameter ( string name, string value ) : System | ||
name | string | Name to give this parameter |
value | string | Value to give this parameter |
return | System |