Click or drag to resize

SoapClientService Properties

The SoapClientService type exposes the following members.

Properties
  NameDescription
Public propertyApplicationName
Gets or sets the name of the application.
Public propertyClientType
Gets or sets the type of the client. it is a type of object which implmentes service description and System.ServiceModel.ClientBase
Public propertyDescription
Gets or sets the description.
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 propertyMessageEncoding
Gets or sets the Message Encoding.
Public propertyRequiredExtension
Gets the required extension for this Soap client service
Public propertyServiceBinding
Binding used to expose the current service. The default value is null, this uses automatic method.
Public propertyServiceCategory
Gets or sets the service category.
Public propertyServiceName
Gets or sets the name of the service.
Public propertySoapVersion
Gets or sets the SOAP version.
Public propertyUriTemplate
Gets or sets the URI template.
Top
See Also