diff options
| author | Techywarrior <techywarrior@gmail.com> | 2013-05-03 22:03:07 -0700 |
|---|---|---|
| committer | Techywarrior <techywarrior@gmail.com> | 2013-05-03 22:03:07 -0700 |
| commit | 061a0c6f5546b7a0ffd429dd19560d35ca2cf5c6 (patch) | |
| tree | a023efeb4f40a8be77be1f55e033172cf777ca8b /MediaBrowser.Common/Net/HttpRequestOptions.cs | |
| parent | 0eed82c5049ce01b1907db987dc6f97f3d636e21 (diff) | |
| parent | 4279ed529d625b0d5265a90932fbdc10fce42830 (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Common/Net/HttpRequestOptions.cs')
| -rw-r--r-- | MediaBrowser.Common/Net/HttpRequestOptions.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Net/HttpRequestOptions.cs b/MediaBrowser.Common/Net/HttpRequestOptions.cs index 98d02a9f9..77cb8b3df 100644 --- a/MediaBrowser.Common/Net/HttpRequestOptions.cs +++ b/MediaBrowser.Common/Net/HttpRequestOptions.cs @@ -15,6 +15,12 @@ namespace MediaBrowser.Common.Net 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> /// <value>The cancellation token.</value> |
