private AMX.BookmarkCollection GetServerTarget() { // ask the server for a collection... AMX.BookmarkCollection serverTarget = new AMX.BookmarkCollection(new Uri(this.ResolvedServiceUrl)); // set up the proxy so that our special headers go up... ConfigureODataProxy(serverTarget); // return... return serverTarget; }
/// <summary> /// Adds a range of <see cref="Bookmark"/> instances to the collection. /// </summary> public void AddRange(BookmarkCollection items) { base.AddRange(items); }