System.Runtime.Remoting.RemotingConfiguration.Configure Method

Reads the configuration file and configures the remoting infrastructure.

Syntax

public static void Configure (string filename, bool ensureSecurity)

Parameters

filename
The name of the remoting configuration file. Can be null.
ensureSecurity
If set to true security is required. If set to false, security is not required but still may be used.

Remarks

Passing null as the filename parameter will cause default remoting initialization without requiring the existence of a configuration file. For more information about remoting and security see Security in Remoting.

For configuration file syntax, see [<topic://gnconremotingsettingsschema>].

Note:

Marshal-by-reference objects (MBRs) do not reside in memory forever. Instead, unless the type overrides MarshalByRefObject.InitializeLifetimeService to control its own lifetime policies, each MBR has a finite lifetime before the .NET Framework remoting system begins the process of deleting it and reclaiming the memory. For more information, see Lifetime Leases.

Requirements

Namespace: System.Runtime.Remoting
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0