Feeds() публичный статический Метод

Returns the Uri that returns the feeds available to the authenticating user.
public static Feeds ( ) : Uri
Результат System.Uri
Пример #1
0
 public Task <Feed> GetFeeds()
 {
     return(ApiConnection.Get <Feed>(ApiUrls.Feeds()));
 }