update async stream writer

pull/702/head
Luke Pulverenti 8 years ago
parent 8627683f18
commit b51c614980

@ -19,7 +19,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
/// Gets the options.
/// </summary>
/// <value>The options.</value>
public IDictionary<string, string> Options { get; }
public IDictionary<string, string> Options { get; private set; }
public Action OnComplete { get; set; }
public Action OnError { get; set; }

Loading…
Cancel
Save