Example #1
0
 public string AuthenticateApplication(ref imageLinksWebService_Test.ContentServerAuthentication.OTAuthentication OTAuthentication, string applicationID, string password)
 {
     imageLinksWebService_Test.ContentServerAuthentication.AuthenticateApplicationRequest inValue = new imageLinksWebService_Test.ContentServerAuthentication.AuthenticateApplicationRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.applicationID    = applicationID;
     inValue.password         = password;
     imageLinksWebService_Test.ContentServerAuthentication.AuthenticateApplicationResponse retVal = ((imageLinksWebService_Test.ContentServerAuthentication.Authentication)(this)).AuthenticateApplication(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.AuthenticateApplicationResult);
 }
Example #2
0
 imageLinksWebService_Test.ContentServerAuthentication.AuthenticateApplicationResponse imageLinksWebService_Test.ContentServerAuthentication.Authentication.AuthenticateApplication(imageLinksWebService_Test.ContentServerAuthentication.AuthenticateApplicationRequest request)
 {
     return(base.Channel.AuthenticateApplication(request));
 }