System.Runtime.Remoting.RemotingConfiguration Members

The members of System.Runtime.Remoting.RemotingConfiguration are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
static
ApplicationIdstring.

Gets the ID of the currently executing application.

static
ApplicationNamestring.

Gets or sets the name of a remoting application.

static
CustomErrorsModeCustomErrorsModes.

Gets or sets value that indicates how custom errors are handled.

[read-only]
static
ProcessIdstring.

Gets the ID of the currently executing process.

Public Methods

static
Configure(string)

Reads the configuration file and configures the remoting infrastructure. RemotingConfiguration.Configure(string) is obsolete. Please use RemotingConfiguration.Configure(string, bool) instead.

static
Configure(string, bool)

Reads the configuration file and configures the remoting infrastructure.

static
CustomErrorsEnabled(bool) : bool

Indicates whether the server channels in this application domain return filtered or complete exception information to local or remote callers.

static
GetRegisteredActivatedClientTypes() : ActivatedClientTypeEntry[]

Retrieves an array of object types registered on the client as types that will be activated remotely.

static
GetRegisteredActivatedServiceTypes() : ActivatedServiceTypeEntry[]

Retrieves an array of object types registered on the service end that can be activated on request from a client.

static
GetRegisteredWellKnownClientTypes() : WellKnownClientTypeEntry[]

Retrieves an array of object types registered on the client end as well-known types.

static
GetRegisteredWellKnownServiceTypes() : WellKnownServiceTypeEntry[]

Retrieves an array of object types registered on the service end as well-known types.

static
IsActivationAllowed(Type) : bool

Returns a Boolean value that indicates whether the specified Type is allowed to be client activated.

static
IsRemotelyActivatedClientType(Type) : ActivatedClientTypeEntry

Checks whether the specified object Type is registered as a remotely activated client type.

static
IsRemotelyActivatedClientType(string, string) : ActivatedClientTypeEntry

Checks whether the object specified by its type name and assembly name is registered as a remotely activated client type.

static
IsWellKnownClientType(Type) : WellKnownClientTypeEntry

Checks whether the specified object Type is registered as a well-known client type.

static
IsWellKnownClientType(string, string) : WellKnownClientTypeEntry

Checks whether the object specified by its type name and assembly name is registered as a well-known client type.

static
RegisterActivatedClientType(ActivatedClientTypeEntry)

Registers an object Type recorded in the provided System.Runtime.Remoting.ActivatedClientTypeEntry on the client end as a type that can be activated on the server.

static
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 System.Runtime.Remoting.ActivatedClientTypeEntry class.

static
RegisterActivatedServiceType(ActivatedServiceTypeEntry)

Registers an object type recorded in the provided System.Runtime.Remoting.ActivatedServiceTypeEntry on the service end as one that can be activated on request from a client.

static
RegisterActivatedServiceType(Type)

Registers a specified object type on the service end as a type that can be activated on request from a client.

static
RegisterWellKnownClientType(WellKnownClientTypeEntry)

Registers an object Type recorded in the provided System.Runtime.Remoting.WellKnownClientTypeEntry on the client end as a well-known type that can be activated on the server.

static
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 System.Runtime.Remoting.WellKnownClientTypeEntry class.

static
RegisterWellKnownServiceType(WellKnownServiceTypeEntry)

Registers an object Type recorded in the provided System.Runtime.Remoting.WellKnownServiceTypeEntry on the service end as a well-known type.

static
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 System.Runtime.Remoting.WellKnownServiceTypeEntry.