|
SkmXmlApi
|
The abstract class for all Skm Api commands. All command objects should derive from this class More...
Protected Member Functions | |
| APICommand (SkmSession Session) | |
| Constructor More... | |
Static Protected Member Functions | |
| static XmlDocument | ExecuteCommand (WebClient client, string Url) |
| Executes a command via Http on the Skm server More... | |
Properties | |
| string | BaseUrl [get] |
| Gets the base Url for making requests to the Skm Api More... | |
Properties inherited from SkmXmlApi.SkmBase | |
| SkmSession | Session [get] |
| The current Skm session of the Skm object More... | |
Additional Inherited Members | |
Public Member Functions inherited from SkmXmlApi.SkmBase | |
| SkmBase (SkmSession Session) | |
| Constructor More... | |
Protected Attributes inherited from SkmXmlApi.SkmBase | |
| SkmSession | m_session |
| Reference to the Skm session of the object More... | |
The abstract class for all Skm Api commands. All command objects should derive from this class
|
protected |
Constructor
| Session | Current working session |
|
staticprotected |
Executes a command via Http on the Skm server
| client | The session configured webclient |
| Url | The url string to access |
|
getprotected |
Gets the base Url for making requests to the Skm Api