Пример #1
0
 public void CloseSession(string sessionID)
 {
     WindowsFormsApplication1.ServiceReference1.CloseSessionRequest inValue = new WindowsFormsApplication1.ServiceReference1.CloseSessionRequest();
     inValue.Body           = new WindowsFormsApplication1.ServiceReference1.CloseSessionRequestBody();
     inValue.Body.sessionID = sessionID;
     WindowsFormsApplication1.ServiceReference1.CloseSessionResponse retVal = ((WindowsFormsApplication1.ServiceReference1.Service1Soap)(this)).CloseSession(inValue);
 }
Пример #2
0
 WindowsFormsApplication1.ServiceReference1.CloseSessionResponse WindowsFormsApplication1.ServiceReference1.Service1Soap.CloseSession(WindowsFormsApplication1.ServiceReference1.CloseSessionRequest request)
 {
     return(base.Channel.CloseSession(request));
 }