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.
The current configured value. true if enabled, otherwise false. Default: false
The default value can be set at an application level by adding a Twitterizer2.EnableSSL application setting with the value true.
For example:
CopyXML
<configuration> <appSettings> <!-- Enable use of SSL to reach Twitter --> <add key="Twitterizer2.EnableSSL" value="true" /> </appSettings> <configuration>