Beispiel #1
0
 public string ImpersonateApplication(ref imageLinksWebService_Test.ContentServerAuthentication.OTAuthentication OTAuthentication, string applicationID)
 {
     imageLinksWebService_Test.ContentServerAuthentication.ImpersonateApplicationRequest inValue = new imageLinksWebService_Test.ContentServerAuthentication.ImpersonateApplicationRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.applicationID    = applicationID;
     imageLinksWebService_Test.ContentServerAuthentication.ImpersonateApplicationResponse retVal = ((imageLinksWebService_Test.ContentServerAuthentication.Authentication)(this)).ImpersonateApplication(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.ImpersonateApplicationResult);
 }
Beispiel #2
0
 imageLinksWebService_Test.ContentServerAuthentication.ImpersonateApplicationResponse imageLinksWebService_Test.ContentServerAuthentication.Authentication.ImpersonateApplication(imageLinksWebService_Test.ContentServerAuthentication.ImpersonateApplicationRequest request)
 {
     return(base.Channel.ImpersonateApplication(request));
 }