added GetTempFileResponse

This commit is contained in:
Luke Pulverenti
2013-07-20 17:36:59 -04:00
parent cf057c5b27
commit 7e5bdc837a
8 changed files with 43 additions and 15 deletions

View File

@@ -25,5 +25,11 @@ namespace MediaBrowser.Common.Net
/// </summary>
/// <value>The status code.</value>
public HttpStatusCode StatusCode { get; set; }
/// <summary>
/// Gets or sets the temp file path.
/// </summary>
/// <value>The temp file path.</value>
public string TempFilePath { get; set; }
}
}