RemService Class |
Namespace: RRAutoLib.Remoting
The RemService type exposes the following members.
| Name | Description | |
|---|---|---|
| RemService | Initializes a new instance of the RemService class |
| Name | Description | |
|---|---|---|
| Connections | Gets a list of remote client connections that are currently being serviced. | |
| IsStarted | Gets a value indicating whether the remoting service is currently runnig. | |
| ServPort | The listening port of the remoting service. | |
| SyncContext | Gets or sets the dispatcher that will be responsible for thread synchronization. |
| Name | Description | |
|---|---|---|
| AddHttpAcl | Adds a URL reservation entry on local machine for the HTTP remoting host. | |
| Start | Initializes the remoting service to begin servicing clients. | |
| Stop | Terminates the remoting servive. |
| Name | Description | |
|---|---|---|
| ConnectionAction | Occurs when a remoting connection event occurs. |