Mono Class Library: Overview

System.Runtime.Remoting.RemotingConfiguration: Method Members

The methods of System.Runtime.Remoting.RemotingConfiguration are listed below. For a list of all members, see the RemotingConfiguration Members list.

See Also: Inherited members from System.Object

Public Methods

static
Configure(string)
Documentation for this section has not yet been entered.
static
Configure(string, bool)
Documentation for this section has not yet been entered.
static
CustomErrorsEnabled(bool) : bool
Documentation for this section has not yet been entered.
static
GetRegisteredActivatedClientTypes() : ActivatedClientTypeEntry[]
Documentation for this section has not yet been entered.
static
GetRegisteredActivatedServiceTypes() : ActivatedServiceTypeEntry[]
Documentation for this section has not yet been entered.
static
GetRegisteredWellKnownClientTypes() : WellKnownClientTypeEntry[]
Documentation for this section has not yet been entered.
static
GetRegisteredWellKnownServiceTypes() : WellKnownServiceTypeEntry[]
Documentation for this section has not yet been entered.
static
IsActivationAllowed(Type) : bool
Documentation for this section has not yet been entered.
static
IsRemotelyActivatedClientType(Type) : ActivatedClientTypeEntry
Documentation for this section has not yet been entered.
static
IsRemotelyActivatedClientType(string, string) : ActivatedClientTypeEntry
Documentation for this section has not yet been entered.
static
IsWellKnownClientType(Type) : WellKnownClientTypeEntry
Documentation for this section has not yet been entered.
static
IsWellKnownClientType(string, string) : WellKnownClientTypeEntry
Documentation for this section has not yet been entered.
static
RegisterActivatedClientType(ActivatedClientTypeEntry)
Documentation for this section has not yet been entered.
static
RegisterActivatedClientType(Type, string)
Documentation for this section has not yet been entered.
static
RegisterActivatedServiceType(ActivatedServiceTypeEntry)
Documentation for this section has not yet been entered.
static
RegisterActivatedServiceType(Type)
Documentation for this section has not yet been entered.
static
RegisterWellKnownClientType(WellKnownClientTypeEntry)
Documentation for this section has not yet been entered.
static
RegisterWellKnownClientType(Type, string)
Documentation for this section has not yet been entered.
static
RegisterWellKnownServiceType(WellKnownServiceTypeEntry)
Documentation for this section has not yet been entered.
static
RegisterWellKnownServiceType(Type, string, WellKnownObjectMode)
Documentation for this section has not yet been entered.