1
我有如下因素:更換OAuthUri與OAuthAuthenticator
Uri retUri = null;
if (this.settings.OAuthUser != null &&
location.IndexOf(OAuthUri.OAuthParameter) != 0)
{
//
// How to replace in the following line
// the OAuthUri with OAuthAuthenticator ?
//
retUri = new OAuthUri(location, this.settings.OAuthUser,
this.settings.OAuthDomain);
}
else
{
retUri = new Uri(location);
}
警告說:
警告196 'Google.GData.Client.OAuthUri' 已過時:「這是怎麼回事 是將來刪除並替換爲OAuthAuthenticator'