AbstractService Methods |
The AbstractService type exposes the following members.
Name | Description | |
---|---|---|
ApplySettings |
Applies the settings. used when Test Framework initializes or user changes the settings related to this service.
When this class is inherited. make sure to call 1base.ApplySettings(appliedParameters) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SendRequest |
Send the request described in requestMetadata and transform requestObject to its definitive format.
This method is synchronized, and should ONLY be called in functional test and automated test, else the UI thread will be blocked.
| |
SendRequestAsync |
Asynchronized version of SendRequest method.
| |
Start |
Starts the virtualized service. When used as Virtual Server, the service will registers TCP port and services descriptions.
| |
Stop |
Stops this virtualized service. When used as Virtual Server, it will release all services descriptions and network resources like TCP Port.
When the service is stopped, the virtual server will not reply anymore.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ToStringOrXml |
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.) | |
ToXmlString |
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.) |