コード例 #1
0
ファイル: Reference.cs プロジェクト: stmueller84/test2
 public System.Nullable <System.DateTime> GetSessionExpirationDate(ref imageLinksWebService_Test.ContentServerAuthentication.OTAuthentication OTAuthentication)
 {
     imageLinksWebService_Test.ContentServerAuthentication.GetSessionExpirationDateRequest inValue = new imageLinksWebService_Test.ContentServerAuthentication.GetSessionExpirationDateRequest();
     inValue.OTAuthentication = OTAuthentication;
     imageLinksWebService_Test.ContentServerAuthentication.GetSessionExpirationDateResponse retVal = ((imageLinksWebService_Test.ContentServerAuthentication.Authentication)(this)).GetSessionExpirationDate(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.GetSessionExpirationDateResult);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: stmueller84/test2
 imageLinksWebService_Test.ContentServerAuthentication.GetSessionExpirationDateResponse imageLinksWebService_Test.ContentServerAuthentication.Authentication.GetSessionExpirationDate(imageLinksWebService_Test.ContentServerAuthentication.GetSessionExpirationDateRequest request)
 {
     return(base.Channel.GetSessionExpirationDate(request));
 }