This topic has not yet been rated - Rate this topic

RemotingConfiguration Members

Provides various static methods for configuring the remoting infrastructure.

The RemotingConfiguration type exposes the following members.

  Name Description
Public method Static member Configure Overloaded.
Public method Static member CustomErrorsEnabled Indicates whether the server channels in this application domain return filtered or complete exception information to local or remote callers.
Public method Static member GetRegisteredActivatedClientTypes Retrieves an array of object types registered on the client as types that will be activated remotely.
Public method Static member GetRegisteredActivatedServiceTypes Retrieves an array of object types registered on the service end that can be activated on request from a client.
Public method Static member GetRegisteredWellKnownClientTypes Retrieves an array of object types registered on the client end as well-known types.
Public method Static member GetRegisteredWellKnownServiceTypes Retrieves an array of object types registered on the service end as well-known types.
Public method Static member IsActivationAllowed Returns a Boolean value that indicates whether the specified Type is allowed to be client activated.
Public method Static member IsRemotelyActivatedClientType Overloaded. Checks whether the specified object type is registered as a remotely activated client type.
Public method Static member IsWellKnownClientType Overloaded. Checks whether the specified object type is registered as a well-known client type.
Public method Static member RegisterActivatedClientType Overloaded. Registers an object Type on the client end as a type that can be activated on the server.
Public method Static member RegisterActivatedServiceType Overloaded. Registers an object Type on the service end as one that can be activated on request from a client.
Public method Static member RegisterWellKnownClientType Overloaded. Registers an object Type on the client end as a well-known type (single call or singleton).
Public method Static member RegisterWellKnownServiceType Overloaded. Registers an object Type on the service end as a well-known type (single call or singleton).
Top
  Name Description
Public property Static member ApplicationId Gets the ID of the currently executing application.
Public property Static member ApplicationName Gets or sets the name of a remoting application.
Public property Static member CustomErrorsMode Gets or sets value that indicates how custom errors are handled.
Public property Static member ProcessId Gets the ID of the currently executing process.
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ