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