C# Class System.Runtime.Remoting.RemotingConfiguration

ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
CustomErrorsEnabled ( bool isLocalRequest ) : bool

Private Methods

Method 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 method

public static CustomErrorsEnabled ( bool isLocalRequest ) : bool
isLocalRequest bool
return bool