We do not hold on to the precalculated Uri.
It's safer and cheaper to calculate this on the fly.
Setting this loses the base Uri.
Note that the result of this is effected by the UseSSL flag.
so if you created this with a NON ssl string, but the flag states you
want to use SSL, this will result in an HTTPS URI
Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public Uri Uri { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Uri As Uri |
| Visual C++ |
|---|
public:
property Uri^ Uri {
Uri^ get ();
void set (Uri^ value);
} |
Return Value
returns the complete UriPart that is used to execute the query
See Also