示例#1
0
 public string ImpersonateUser(ref imageLinksWebService_Test.ContentServerAuthentication.OTAuthentication OTAuthentication, string userName)
 {
     imageLinksWebService_Test.ContentServerAuthentication.ImpersonateUserRequest inValue = new imageLinksWebService_Test.ContentServerAuthentication.ImpersonateUserRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.userName         = userName;
     imageLinksWebService_Test.ContentServerAuthentication.ImpersonateUserResponse retVal = ((imageLinksWebService_Test.ContentServerAuthentication.Authentication)(this)).ImpersonateUser(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.ImpersonateUserResult);
 }
示例#2
0
 imageLinksWebService_Test.ContentServerAuthentication.ImpersonateUserResponse imageLinksWebService_Test.ContentServerAuthentication.Authentication.ImpersonateUser(imageLinksWebService_Test.ContentServerAuthentication.ImpersonateUserRequest request)
 {
     return(base.Channel.ImpersonateUser(request));
 }