示例#1
0
 public int RetrieveUser(CPrint2.AuthenticationRef.AuthenticationHeader AuthenticationHeader, int countryId, string userName)
 {
     CPrint2.AuthenticationRef.RetrieveUserRequest inValue = new CPrint2.AuthenticationRef.RetrieveUserRequest();
     inValue.AuthenticationHeader = AuthenticationHeader;
     inValue.countryId            = countryId;
     inValue.userName             = userName;
     CPrint2.AuthenticationRef.RetrieveUserResponse retVal = ((CPrint2.AuthenticationRef.AuthenticationSoap)(this)).RetrieveUser(inValue);
     return(retVal.RetrieveUserResult);
 }
示例#2
0
 CPrint2.AuthenticationRef.RetrieveUserResponse CPrint2.AuthenticationRef.AuthenticationSoap.RetrieveUser(CPrint2.AuthenticationRef.RetrieveUserRequest request)
 {
     return(base.Channel.RetrieveUser(request));
 }