Esempio n. 1
0
 public async Task FileProtocolGetFileCloudAnonAsync()
 {
     await cloudAnonAsync.GetFileScenarioTest(cloudSetup.ShareName, cloudSetup.FileName, cloudSetup.Properties,
                                              HttpStatusCode.NotFound);
 }
Esempio n. 2
0
 public void FileProtocolGetFileCloudAnonSync()
 {
     cloudAnonSync.GetFileScenarioTest(cloudSetup.ShareName, cloudSetup.FileName, cloudSetup.Properties,
                                       HttpStatusCode.NotFound);
 }
Esempio n. 3
0
 public async Task FileProtocolGetFileCloudOwnerAsync()
 {
     await cloudOwnerAsync.GetFileScenarioTest(cloudSetup.ShareName, cloudSetup.FileName, cloudSetup.Properties,
                                               null);
 }
Esempio n. 4
0
 public void FileProtocolGetFileCloudOwnerAsync()
 {
     cloudOwnerAsync.GetFileScenarioTest(cloudSetup.ShareName, cloudSetup.FileName, cloudSetup.Properties,
                                         null);
 }