C# Class System.Runtime.Remoting.RemotingConfiguration

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
CustomErrorsEnabled ( bool isLocalRequest ) : bool

Private Methods

Méthode Description
Configure ( String filename ) : void
Configure ( String filename, bool ensureSecurity ) : void
GetRegisteredActivatedClientTypes ( ) : System.Runtime.Remoting.ActivatedClientTypeEntry[]
GetRegisteredActivatedServiceTypes ( ) : System.Runtime.Remoting.ActivatedServiceTypeEntry[]
GetRegisteredWellKnownClientTypes ( ) : System.Runtime.Remoting.WellKnownClientTypeEntry[]
GetRegisteredWellKnownServiceTypes ( ) : System.Runtime.Remoting.WellKnownServiceTypeEntry[]
IsActivationAllowed ( Type svrType ) : bool
IsRemotelyActivatedClientType ( String typeName, String assemblyName ) : ActivatedClientTypeEntry
IsRemotelyActivatedClientType ( Type svrType ) : ActivatedClientTypeEntry
IsWellKnownClientType ( String typeName, String assemblyName ) : WellKnownClientTypeEntry
IsWellKnownClientType ( Type svrType ) : WellKnownClientTypeEntry
RegisterActivatedClientType ( ActivatedClientTypeEntry entry ) : void
RegisterActivatedClientType ( Type type, String appUrl ) : void
RegisterActivatedServiceType ( ActivatedServiceTypeEntry entry ) : void
RegisterActivatedServiceType ( Type type ) : void
RegisterWellKnownClientType ( Type type, String objectUrl ) : void
RegisterWellKnownClientType ( WellKnownClientTypeEntry entry ) : void
RegisterWellKnownServiceType ( Type type, String objectUri, WellKnownObjectMode mode ) : void
RegisterWellKnownServiceType ( WellKnownServiceTypeEntry entry ) : void

Method Details

CustomErrorsEnabled() public static méthode

public static CustomErrorsEnabled ( bool isLocalRequest ) : bool
isLocalRequest bool
Résultat bool