Bundling.Extensions.Helpers.BundleResponseFilter.BundleResponseFilter C# (CSharp) Method

BundleResponseFilter() public method

public BundleResponseFilter ( Stream response ) : System.Collections.Generic
response System.IO.Stream
return System.Collections.Generic
		public BundleResponseFilter(Stream response)
		{
			this.response = response;
		}