예제 #1
0
 public System.Nullable <System.DateTime> GetSessionExpirationDate(ref WindowsService.Authentication.OTAuthentication OTAuthentication)
 {
     WindowsService.Authentication.GetSessionExpirationDateRequest inValue = new WindowsService.Authentication.GetSessionExpirationDateRequest();
     inValue.OTAuthentication = OTAuthentication;
     WindowsService.Authentication.GetSessionExpirationDateResponse retVal = ((WindowsService.Authentication.Authentication)(this)).GetSessionExpirationDate(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.GetSessionExpirationDateResult);
 }
예제 #2
0
 WindowsService.Authentication.GetSessionExpirationDateResponse WindowsService.Authentication.Authentication.GetSessionExpirationDate(WindowsService.Authentication.GetSessionExpirationDateRequest request)
 {
     return(base.Channel.GetSessionExpirationDate(request));
 }