예제 #1
0
 public async Task BasicCriteriaTest_WithSsl()
 {
     using (var x = new FastTests.Client.Subscriptions.CriteriaScript())
     {
         await x.BasicCriteriaTest(useSsl : true);
     }
 }
예제 #2
0
 public async Task CriteriaScriptWithTransformation_WithSsl()
 {
     using (var x = new FastTests.Client.Subscriptions.CriteriaScript())
     {
         await x.CriteriaScriptWithTransformation(useSsl : true);
     }
 }