add customizable accept header to http client interface

This commit is contained in:
Luke Pulverenti
2013-05-04 00:07:27 -04:00
parent 163a1bdbcb
commit 87598ca6d0
3 changed files with 83 additions and 38 deletions

View File

@@ -14,6 +14,12 @@ namespace MediaBrowser.Common.Net
/// <value>The URL.</value>
public string Url { get; set; }
/// <summary>
/// Gets or sets the accept header.
/// </summary>
/// <value>The accept header.</value>
public string AcceptHeader { get; set; }
/// <summary>
/// Gets or sets the cancellation token.
/// </summary>