Пример #1
0
 public string createSession()
 {
     WSConsoleTest.PelletService.createSessionRequest inValue = new WSConsoleTest.PelletService.createSessionRequest();
     inValue.Body = new WSConsoleTest.PelletService.createSessionRequestBody();
     WSConsoleTest.PelletService.createSessionResponse retVal = ((WSConsoleTest.PelletService.PelletService)(this)).createSession(inValue);
     return(retVal.Body.@return);
 }
Пример #2
0
 WSConsoleTest.PelletService.createSessionResponse WSConsoleTest.PelletService.PelletService.createSession(WSConsoleTest.PelletService.createSessionRequest request)
 {
     return(base.Channel.createSession(request));
 }