| 
               | 
            
              Client
             | 
          
The ClientHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| 
                 | 
              CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component)  | 
            
| 
                 | 
              Container | Gets the IContainer that contains the Component. (Inherited from Component)  | 
            
| 
                 | 
              DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component)  | 
            
| 
                 | 
              Enabled | Gets or sets a boolean value that indicates whether the ClientHelper is currently enabled. | 
| 
                 | 
              Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component)  | 
            
| 
                 | 
              IsDisposed | Gets a flag that indicates whether the object has been disposed. | 
| 
                 | 
              Password | Gets or sets the password of the ClientHelper's user to be used for authenticating is null the ServiceHelper. | 
| 
                 | 
              PersistSettings | Gets or sets a boolean value that indicates whether the settings of ClientHelper are to be saved to the config file. | 
| 
                 | 
              RemotingClient | Gets or sets the ClientBase object used for communicating with the ServiceHelper. | 
| 
                 | 
              SecurePassword | Gets or sets the password of the ClientHelper's user to be used for authenticating with the ServiceHelper. | 
| 
                 | 
              SerializationFormat | Gets or sets a value that indicates the desired message SerializationFormat for interaction with ServiceHelper. | 
| 
                 | 
              SettingsCategory | Gets or sets the category under which the settings of ClientHelper are to be saved to the config file if the PersistSettings property is set to true. | 
| 
                 | 
              Site | Gets or sets the ISite of the Component. (Inherited from Component)  | 
            
| 
                 | 
              StatusMessageFilter | Gets or sets the command used to negotiate the status message filter with the service when the client connects. | 
| 
                 | 
              Username | Gets or sets the username of the ClientHelper's user to be used for authenticating with the ServiceHelper. |