This documentation is archived and is not being maintained.
RemotingConfiguration Methods
Visual Studio 2010
The RemotingConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
|
Configure(String) | Obsolete. Reads the configuration file and configures the remoting infrastructure. Configure(String) is obsolete. Please use Configure(String, Boolean) instead. |
|
Configure(String, Boolean) | Reads the configuration file and configures the remoting infrastructure. |
|
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(Type) | Checks whether the specified object Type is registered as a remotely activated client type. |
|
IsRemotelyActivatedClientType(String, String) | Checks whether the object specified by its type name and assembly name is registered as a remotely activated client type. |
|
IsWellKnownClientType(Type) | Checks whether the specified object Type is registered as a well-known client type. |
|
IsWellKnownClientType(String, String) | Checks whether the object specified by its type name and assembly name is registered as a well-known client type. |
|
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. |
|
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. |
|
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. |
|
RegisterActivatedServiceType(Type) | Registers a specified object type on the service end as a type that can be activated on request from a client. |
|
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. |
|
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. |
|
RegisterWellKnownServiceType(WellKnownServiceTypeEntry) | Registers an object Type recorded in the provided WellKnownServiceTypeEntry on the service end as a well-known type. |
|
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. |
Show: