support running in windows as 64-bit process

This commit is contained in:
Luke Pulverenti
2016-01-12 14:28:29 -05:00
parent 75bbaf2646
commit a5a8fe3f02
8 changed files with 851 additions and 113 deletions

View File

@@ -133,7 +133,7 @@ namespace MediaBrowser.Common.Implementations
/// Gets the HTTP client.
/// </summary>
/// <value>The HTTP client.</value>
protected IHttpClient HttpClient { get; private set; }
public IHttpClient HttpClient { get; private set; }
/// <summary>
/// Gets the network manager.
/// </summary>