diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-10 12:04:13 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-10 12:04:13 -0400 |
| commit | 7097b9aa7515fa437012fea82ab6c91db0ec8cda (patch) | |
| tree | 95ccb9841fc3379606222df9ff65f64585e099af /MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs | |
| parent | ff1db0a17341345cb5d625b9a44d02981ce131bf (diff) | |
resharper suggestions in server implementations
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs b/MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs index d5b8b38c5..8e715e47c 100644 --- a/MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs +++ b/MediaBrowser.Server.Implementations/HttpServer/HttpResultFactory.cs @@ -598,7 +598,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer /// </summary> /// <param name="hasOptions">The has options.</param> /// <param name="responseHeaders">The response headers.</param> - private void AddResponseHeaders(IHasOptions hasOptions, IDictionary<string, string> responseHeaders) + private void AddResponseHeaders(IHasOptions hasOptions, IEnumerable<KeyValuePair<string, string>> responseHeaders) { foreach (var item in responseHeaders) { |
