Click or drag to resize

SoapClient Properties

The SoapClient type exposes the following members.

Properties
  NameDescription
Public propertyCanSendRequest
Indicate whether this service can send request (implements ISendRequest interface)
(Inherited from AbstractService.)
Public propertyDescription
Gets or sets the description of the Abstract Service
(Inherited from AbstractService.)
Public propertyErrorMessages
Gets the error messages during the service startup or shutdown.
(Inherited from AbstractService.)
Public propertyId
This property must be initialized in the constructor of derived class and must be given a fixed GUID. the GUID must be a constant in code, and should not equals to any other classes derived from AbstractService.
(Inherited from Identifier.)
Public propertyImageSource
Gets or sets the image source.
(Inherited from AbstractService.)
Public propertyInformation
Gets or sets the information.
(Inherited from AbstractService.)
Public propertyIsRunning
Gets or sets a value indicating whether this instance is running.
(Inherited from AbstractService.)
Public propertyName
Gets or sets the name of the Service
(Inherited from AbstractService.)
Public propertyParameters
the parameters for this AbstractServer instance, such as IP, Port, some path, etc... the key of this dictionary should equals to its ServiceParameter.Name
(Inherited from AbstractService.)
Public propertySettingPageType
Type of the settings page if a custom settings page should be displayed. If this value is null, the default Settings page will be used.
(Inherited from AbstractService.)
Public propertySoapServices
The SOAP services
Public propertySupportedRequests
Gets or sets the supported requests.
(Inherited from AbstractService.)
Top
See Also