コード例 #1
0
ファイル: Reference.cs プロジェクト: stmueller84/test2
 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);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: stmueller84/test2
 imageLinksWebService_Test.ContentServerAuthentication.AuthenticateApplicationResponse imageLinksWebService_Test.ContentServerAuthentication.Authentication.AuthenticateApplication(imageLinksWebService_Test.ContentServerAuthentication.AuthenticateApplicationRequest request)
 {
     return(base.Channel.AuthenticateApplication(request));
 }