Provides a base class for method specific optional parameters, as well as properties for providing configuration settings at run time.
| C# | Visual Basic |
[SerializableAttribute] public class OptionalProperties
<SerializableAttribute> _ Public Class OptionalProperties
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| OptionalProperties()()()() |
Initializes a new instance of the OptionalProperties class.
| |
| APIBaseAddress | ||
| CacheOutput |
Allows run time enabling of API output caching.
| |
| CacheTimespan |
Allows configuration of the sliding expiration timespan for output caching.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Proxy |
Allows overriding of the default proxy settings for API call requests.
| |
| ToString()()()() | (Inherited from Object.) | |
| UseSSL |
Allows modification of the API endpoint addresses to enable SSL communication.
Allows configuration of the base address for API method requests for support for 3rd party 'twitter-like' APIs.
|