RemotingConfiguration Members
Provides various static methods for configuring the remoting infrastructure.
The RemotingConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
|
Configure | Overloaded. |
|
CustomErrorsEnabled | Indicates whether the server channels in this application domain return filtered or complete exception information to local or remote callers. |
|
GetRegisteredActivatedClientTypes | Retrieves an array of object types registered on the client as types that will be activated remotely. |
|
GetRegisteredActivatedServiceTypes | Retrieves an array of object types registered on the service end that can be activated on request from a client. |
|
GetRegisteredWellKnownClientTypes | Retrieves an array of object types registered on the client end as well-known types. |
|
GetRegisteredWellKnownServiceTypes | Retrieves an array of object types registered on the service end as well-known types. |
|
IsActivationAllowed | Returns a Boolean value that indicates whether the specified Type is allowed to be client activated. |
|
IsRemotelyActivatedClientType | Overloaded. Checks whether the specified object type is registered as a remotely activated client type. |
|
IsWellKnownClientType | Overloaded. Checks whether the specified object type is registered as a well-known client type. |
|
RegisterActivatedClientType | Overloaded. Registers an object Type on the client end as a type that can be activated on the server. |
|
RegisterActivatedServiceType | Overloaded. Registers an object Type on the service end as one that can be activated on request from a client. |
|
RegisterWellKnownClientType | Overloaded. Registers an object Type on the client end as a well-known type (single call or singleton). |
|
RegisterWellKnownServiceType | Overloaded. Registers an object Type on the service end as a well-known type (single call or singleton). |
| Name | Description | |
|---|---|---|
|
ApplicationId | Gets the ID of the currently executing application. |
|
ApplicationName | Gets or sets the name of a remoting application. |
|
CustomErrorsMode | Gets or sets value that indicates how custom errors are handled. |
|
ProcessId | Gets the ID of the currently executing process. |