com.softwarekey.Client.WebService.XmlNetworkFloatingService Namespace |
Class | Description | |
---|---|---|
![]() | CheckinSession | NetworkFloatingServiceCall implementation for checking-in a session which has been checked out by a CheckoutSession call. |
![]() | CheckoutSession | NetworkFloatingServiceCall implementation for checking a session out for offline use, which may later be checked back in by a CheckinSession call. |
![]() | CloseSession | NetworkFloatingServiceCall implementation for closing a session which has been opened by an OpenSession call. |
![]() | NetworkFloatingServiceCall | Base class from which all calls to SOLO Server's XmlNetworkFloatingService are implemented. |
![]() | OpenSession | NetworkFloatingServiceCall implementation for opening a new session. The opened session can be polled/checked by a PollSession call, or closed by a CloseSession call. |
![]() | PollSession | NetworkFloatingServiceCall implementation for polling a session which was opened by an OpenSession call. |
![]() | XmlNetworkFloatingService | SoapHttpClientProtocol implementation for calling methods in SOLO Server's XmlNetworkFloatingService web service. |
Enumeration | Description | |
---|---|---|
![]() | NetworkFloatingServiceCallNetworkFloatingServiceCallType | Types of web service calls that can be made. |