Twitterizer 2 Documentation
UseSSL Property
NamespacesTwitterizerOptionalPropertiesUseSSL
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.
Declaration Syntax
C#Visual Basic
public bool UseSSL { get; set; }
Public Property UseSSL As Boolean
	Get
	Set
Value
The current configured value. true if enabled, otherwise false. Default: false
Remarks
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>

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)