示例#1
0
 public static Uri ConstructGetUri(string address, string shareName, string fileName)
 {
     return(FileTests.GenericUri(address, shareName, fileName));
 }