Ejemplo n.º 1
0
		private Stream GetContent(PulseArgs args)
		{
			var key = ContentKey.IsEmpty() ? "Content" : ContentKey;
			return args.ContainsKey(key) ?
				args[key] as Stream : null;
		}