Well-known objects are objects exposed on the server end. The current enumerator is used by the RemotingConfiguration.RegisterWellKnownServiceType(Type, string, WellKnownObjectMode) method on the server side.
Member Name | Description |
---|---|
SingleCall |
Every incoming message is serviced by a new object instance. |
Singleton |
Every incoming message is serviced by the same object instance. |