Ejemplo n.º 1
0
 public SmugglerApi(SmugglerOptions options = null)
     : base(options ?? new SmugglerOptions())
 {
     Operations = new RemoteSmugglerOperations(() => store, () => operation, () => IsDocsStreamingSupported, () => IsTransformersSupported);
 }
Ejemplo n.º 2
0
		public SmugglerApi(SmugglerOptions options = null)
			: base(options ?? new SmugglerOptions())
		{
			Operations = new RemoteSmugglerOperations(() => store, () => operation, () => IsDocsStreamingSupported, () => IsTransformersSupported);
		}