Ejemplo n.º 1
0
 public string CombineApplicationToken(ref imageLinksWebService_Test.ContentServerAuthentication.OTAuthentication OTAuthentication, string applicationToken)
 {
     imageLinksWebService_Test.ContentServerAuthentication.CombineApplicationTokenRequest inValue = new imageLinksWebService_Test.ContentServerAuthentication.CombineApplicationTokenRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.applicationToken = applicationToken;
     imageLinksWebService_Test.ContentServerAuthentication.CombineApplicationTokenResponse retVal = ((imageLinksWebService_Test.ContentServerAuthentication.Authentication)(this)).CombineApplicationToken(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.CombineApplicationTokenResult);
 }
Ejemplo n.º 2
0
 imageLinksWebService_Test.ContentServerAuthentication.CombineApplicationTokenResponse imageLinksWebService_Test.ContentServerAuthentication.Authentication.CombineApplicationToken(imageLinksWebService_Test.ContentServerAuthentication.CombineApplicationTokenRequest request)
 {
     return(base.Channel.CombineApplicationToken(request));
 }