Class BaseRequestContent
Container of additional parameters to get added to the request's URL
Inheritance
System.Object
BaseRequestContent
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.API
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public abstract class BaseRequestContent
Methods
View SourceGetUrlExtraParameters()
Fetches all variables inside this current class and creates a URL extra parameter string to add to the URL request.
Declaration
public virtual string GetUrlExtraParameters()
Returns
Type | Description |
---|---|
System.String | The URL extra parameters. |