Interface IHasHeaders
Namespace: MediaBrowser.Model.Services
Assembly: MediaBrowser.Model.dll
Syntax
public interface IHasHeaders
Properties
Headers
Declaration
IDictionary<string, string> Headers { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.String> |