public AccessService(client.param.AuthInfo authInfo)
 {
     this.authInfo = authInfo;
     webClient     = new WebClient();
 }
예제 #2
0
 public AccessService(client.param.AuthInfo authInfo)
 {
     this.authInfo = authInfo;
 }