Example #1
0
 public ETL.ServicesWeb.Authentification.OpenSessionResponse OpenSession(ETL.ServicesWeb.Authentification.OpenSessionRequest OpenSessionRequest)
 {
     ETL.ServicesWeb.Authentification.OpenSessionRequest1 inValue = new ETL.ServicesWeb.Authentification.OpenSessionRequest1();
     inValue.OpenSessionRequest = OpenSessionRequest;
     ETL.ServicesWeb.Authentification.OpenSessionResponse1 retVal = ((ETL.ServicesWeb.Authentification.AuthorizationContract)(this)).OpenSession(inValue);
     return(retVal.OpenSessionResponse);
 }
Example #2
0
 public System.Threading.Tasks.Task <ETL.ServicesWeb.Authentification.OpenSessionResponse1> OpenSessionAsync(ETL.ServicesWeb.Authentification.OpenSessionRequest OpenSessionRequest)
 {
     ETL.ServicesWeb.Authentification.OpenSessionRequest1 inValue = new ETL.ServicesWeb.Authentification.OpenSessionRequest1();
     inValue.OpenSessionRequest = OpenSessionRequest;
     return(((ETL.ServicesWeb.Authentification.AuthorizationContract)(this)).OpenSessionAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <ETL.ServicesWeb.Authentification.OpenSessionResponse1> ETL.ServicesWeb.Authentification.AuthorizationContract.OpenSessionAsync(ETL.ServicesWeb.Authentification.OpenSessionRequest1 request)
 {
     return(base.Channel.OpenSessionAsync(request));
 }
Example #4
0
 ETL.ServicesWeb.Authentification.OpenSessionResponse1 ETL.ServicesWeb.Authentification.AuthorizationContract.OpenSession(ETL.ServicesWeb.Authentification.OpenSessionRequest1 request)
 {
     return(base.Channel.OpenSession(request));
 }