Click or drag to resize

RemService Class

Class for providing object remoting services.
Inheritance Hierarchy
SystemObject
  RRAutoLib.RemotingRemService

Namespace:  RRAutoLib.Remoting
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Class RemService

The RemService type exposes the following members.

Constructors
  NameDescription
Public methodRemService
Initializes a new instance of the RemService class
Top
Properties
  NameDescription
Public propertyStatic memberConnections
Gets a list of remote client connections that are currently being serviced.
Public propertyStatic memberIsStarted
Gets a value indicating whether the remoting service is currently runnig.
Public propertyStatic memberServPort
The listening port of the remoting service.
Public propertyStatic memberSyncContext
Gets or sets the dispatcher that will be responsible for thread synchronization.
Top
Methods
  NameDescription
Public methodStatic memberAddHttpAcl
Adds a URL reservation entry on local machine for the HTTP remoting host.
Public methodStatic memberStart
Initializes the remoting service to begin servicing clients.
Public methodStatic memberStop
Terminates the remoting servive.
Top
Events
  NameDescription
Public eventStatic memberConnectionAction
Occurs when a remoting connection event occurs.
Top
See Also