0 out of 1 rated this helpful - Rate this topic

RemotingConfiguration Class

Provides various static methods for configuring the remoting infrastructure.

System.Object
  System.Runtime.Remoting.RemotingConfiguration

Namespace:  System.Runtime.Remoting
Assembly:  mscorlib (in mscorlib.dll)
[ComVisibleAttribute(true)]
public static class RemotingConfiguration

The RemotingConfiguration type exposes the following members.

  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
  Name Description
Public method Static member Configure(String) Obsolete. Reads the configuration file and configures the remoting infrastructure. Configure(String) is obsolete. Please use Configure(String, Boolean) instead.
Public method Static member Configure(String, Boolean) Reads the configuration file and configures the remoting infrastructure.
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(Type) Checks whether the specified object Type is registered as a remotely activated client type.
Public method Static member IsRemotelyActivatedClientType(String, String) Checks whether the object specified by its type name and assembly name is registered as a remotely activated client type.
Public method Static member IsWellKnownClientType(Type) Checks whether the specified object Type is registered as a well-known client type.
Public method Static member IsWellKnownClientType(String, String) Checks whether the object specified by its type name and assembly name is registered as a well-known client type.
Public method Static member RegisterActivatedClientType(ActivatedClientTypeEntry) Registers an object Type recorded in the provided ActivatedClientTypeEntry on the client end as a type that can be activated on the server.
Public method Static member RegisterActivatedClientType(Type, String) Registers an object Type on the client end as a type that can be activated on the server, using the given parameters to initialize a new instance of the ActivatedClientTypeEntry class.
Public method Static member RegisterActivatedServiceType(ActivatedServiceTypeEntry) Registers an object type recorded in the provided ActivatedServiceTypeEntry on the service end as one that can be activated on request from a client.
Public method Static member RegisterActivatedServiceType(Type) Registers a specified object type on the service end as a type that can be activated on request from a client.
Public method Static member RegisterWellKnownClientType(WellKnownClientTypeEntry) Registers an object Type recorded in the provided WellKnownClientTypeEntry on the client end as a well-known type that can be activated on the server.
Public method Static member RegisterWellKnownClientType(Type, String) Registers an object Type on the client end as a well-known type that can be activated on the server, using the given parameters to initialize a new instance of the WellKnownClientTypeEntry class.
Public method Static member RegisterWellKnownServiceType(WellKnownServiceTypeEntry) Registers an object Type recorded in the provided WellKnownServiceTypeEntry on the service end as a well-known type.
Public method Static member RegisterWellKnownServiceType(Type, String, WellKnownObjectMode) Registers an object Type on the service end as a well-known type, using the given parameters to initialize a new instance of WellKnownServiceTypeEntry.
Top

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ