C# Class System.Runtime.Remoting.RemotingConfiguration.RemotingConfiguration

Afficher le fichier Open project: runefs/Marvin

Private Properties

Свойство Type Description
Configure void
Configure void
LoadDefaultDelayedChannels void
ReadConfigFile void
RegisterChannelTemplate void
RegisterChannels void
RegisterClientProviderTemplate void
RegisterServerProviderTemplate void
RegisterTypes void
RemotingConfiguration System
SetCustomErrorsMode void

Méthodes publiques

Méthode Description
CustomErrorsEnabled ( bool isLocalRequest ) : bool
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 ( Type svrType ) : ActivatedClientTypeEntry
IsRemotelyActivatedClientType ( string typeName, string assemblyName ) : ActivatedClientTypeEntry
IsWellKnownClientType ( Type svrType ) : WellKnownClientTypeEntry
IsWellKnownClientType ( string typeName, string assemblyName ) : 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

Private Methods

Méthode Description
Configure ( string filename ) : void
Configure ( string filename, bool ensureSecurity ) : void
LoadDefaultDelayedChannels ( ) : void
ReadConfigFile ( string filename ) : void
RegisterChannelTemplate ( System.Runtime.Remoting.ChannelData channel ) : void
RegisterChannels ( ArrayList channels, bool onlyDelayed ) : void
RegisterClientProviderTemplate ( System.Runtime.Remoting.ProviderData prov ) : void
RegisterServerProviderTemplate ( System.Runtime.Remoting.ProviderData prov ) : void
RegisterTypes ( ArrayList types ) : void
RemotingConfiguration ( ) : System
SetCustomErrorsMode ( string mode ) : void

Method Details

CustomErrorsEnabled() public static méthode

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

GetRegisteredActivatedClientTypes() public static méthode

public static GetRegisteredActivatedClientTypes ( ) : System.Runtime.Remoting.ActivatedClientTypeEntry[]
Résultat System.Runtime.Remoting.ActivatedClientTypeEntry[]

GetRegisteredActivatedServiceTypes() public static méthode

public static GetRegisteredActivatedServiceTypes ( ) : System.Runtime.Remoting.ActivatedServiceTypeEntry[]
Résultat System.Runtime.Remoting.ActivatedServiceTypeEntry[]

GetRegisteredWellKnownClientTypes() public static méthode

public static GetRegisteredWellKnownClientTypes ( ) : System.Runtime.Remoting.WellKnownClientTypeEntry[]
Résultat System.Runtime.Remoting.WellKnownClientTypeEntry[]

GetRegisteredWellKnownServiceTypes() public static méthode

public static GetRegisteredWellKnownServiceTypes ( ) : System.Runtime.Remoting.WellKnownServiceTypeEntry[]
Résultat System.Runtime.Remoting.WellKnownServiceTypeEntry[]

IsActivationAllowed() public static méthode

public static IsActivationAllowed ( Type svrType ) : bool
svrType System.Type
Résultat bool

IsRemotelyActivatedClientType() public static méthode

public static IsRemotelyActivatedClientType ( Type svrType ) : ActivatedClientTypeEntry
svrType System.Type
Résultat ActivatedClientTypeEntry

IsRemotelyActivatedClientType() public static méthode

public static IsRemotelyActivatedClientType ( string typeName, string assemblyName ) : ActivatedClientTypeEntry
typeName string
assemblyName string
Résultat ActivatedClientTypeEntry

IsWellKnownClientType() public static méthode

public static IsWellKnownClientType ( Type svrType ) : WellKnownClientTypeEntry
svrType System.Type
Résultat WellKnownClientTypeEntry

IsWellKnownClientType() public static méthode

public static IsWellKnownClientType ( string typeName, string assemblyName ) : WellKnownClientTypeEntry
typeName string
assemblyName string
Résultat WellKnownClientTypeEntry

RegisterActivatedClientType() public static méthode

public static RegisterActivatedClientType ( ActivatedClientTypeEntry entry ) : void
entry ActivatedClientTypeEntry
Résultat void

RegisterActivatedClientType() public static méthode

public static RegisterActivatedClientType ( Type type, string appUrl ) : void
type System.Type
appUrl string
Résultat void

RegisterActivatedServiceType() public static méthode

public static RegisterActivatedServiceType ( ActivatedServiceTypeEntry entry ) : void
entry ActivatedServiceTypeEntry
Résultat void

RegisterActivatedServiceType() public static méthode

public static RegisterActivatedServiceType ( Type type ) : void
type System.Type
Résultat void

RegisterWellKnownClientType() public static méthode

public static RegisterWellKnownClientType ( Type type, string objectUrl ) : void
type System.Type
objectUrl string
Résultat void

RegisterWellKnownClientType() public static méthode

public static RegisterWellKnownClientType ( WellKnownClientTypeEntry entry ) : void
entry WellKnownClientTypeEntry
Résultat void

RegisterWellKnownServiceType() public static méthode

public static RegisterWellKnownServiceType ( Type type, string objectUri, WellKnownObjectMode mode ) : void
type System.Type
objectUri string
mode WellKnownObjectMode
Résultat void

RegisterWellKnownServiceType() public static méthode

public static RegisterWellKnownServiceType ( WellKnownServiceTypeEntry entry ) : void
entry WellKnownServiceTypeEntry
Résultat void