indicates if constructed feed URIs should use http or https - if you pass in a full URI, this one will get changed from http to https or the other way round. This is mostly relevant for hosted domains.

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2

Syntax

C#
public bool UseSSL { get; set; }
Visual Basic (Declaration)
Public Property UseSSL As Boolean
Visual C++
public:

property bool UseSSL {

	bool get ();

	void set (bool value);

}

Return Value

See Also