Bundling.Extensions.Helpers.BundleResponseFilter.BundleResponseFilter C# (CSharp) Méthode

BundleResponseFilter() public méthode

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