updated nuget

This commit is contained in:
Luke Pulverenti
2014-10-06 23:03:38 -04:00
parent 1cf1ec6b61
commit 28d4c54de8
7 changed files with 27 additions and 9 deletions

View File

@@ -835,6 +835,26 @@ namespace MediaBrowser.Model.ApiClient
/// </summary>
void ClearAuthenticationInfo();
/// <summary>
/// Changes the server location.
/// </summary>
/// <param name="address">The address.</param>
/// <param name="keepExistingAuth">if set to <c>true</c> [keep existing authentication].</param>
void ChangeServerLocation(string address, bool keepExistingAuth = false);
/// <summary>
/// Starts the receiving session updates.
/// </summary>
/// <param name="intervalMs">The interval ms.</param>
/// <returns>Task.</returns>
Task StartReceivingSessionUpdates(int intervalMs);
/// <summary>
/// Stops the receiving session updates.
/// </summary>
/// <returns>Task.</returns>
Task StopReceivingSessionUpdates();
/// <summary>
/// Gets the image URL.
/// </summary>