CmiService Constructor
|
Initializes a new instance of the CmiService class. |
Application (inherited from WebService) | Gets the application object for the current HTTP request. |
Container (inherited from MarshalByValueComponent) | Gets the container for the component. |
Context (inherited from WebService) | Gets the ASP.NET HttpContext for the current request, which encapsulates all HTTP-specific context used by the HTTP server to process Web requests. |
DesignMode (inherited from MarshalByValueComponent) | Gets a value indicating whether the component is currently in design mode. |
Server (inherited from WebService) | Gets the HttpServerUtility for the current request. |
Session (inherited from WebService) | Gets the HttpSessionState instance for the current request. |
Site (inherited from MarshalByValueComponent) | Gets or sets the site of the component. |
SoapVersion (inherited from WebService) | Gets the version of the SOAP protocol used to make the SOAP request to the XML Web service. |
User (inherited from WebService) | Gets the ASP.NET server User object. Can be used to authenticate whether a user is authorized to execute the request. |
Commit | Web service operation invoked to commit the current state of a SCO-to-LMS communication session. |
Dispose (inherited from MarshalByValueComponent) | Overloaded. Releases all resources used by the MarshalByValueComponent. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetService (inherited from MarshalByValueComponent) | Gets the implementer of the IServiceProvider. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Initialize | Web service operation invoked to initialize a SCO-to-LMS communication session. |
Read | Web service operation to passively read and return a file |
Terminate | Web service operation invoked to terminate a SCO-to-LMS communication session. |
ToString (inherited from MarshalByValueComponent) | Returns a String containing the name of the Component, if any. This method should not be overridden. |
Disposed (inherited from MarshalByValueComponent) | Adds an event handler to listen to the Disposed event on the component. |
Events (inherited from MarshalByValueComponent) | Gets the list of event handlers that are attached to this component. |
Dispose (inherited from MarshalByValueComponent) | Overloaded. Releases the unmanaged resources used by the MarshalByValueComponent and optionally releases the managed resources. |
Finalize (inherited from MarshalByValueComponent) | [To be supplied.] |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
CmiService Class | Icodeon.Services.Cmi Namespace