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

Mostra file Open project: runefs/Marvin

Private Properties

Property Type Description
Configure void
Configure void
LoadDefaultDelayedChannels void
ReadConfigFile void
RegisterChannelTemplate void
RegisterChannels void
RegisterClientProviderTemplate void
RegisterServerProviderTemplate void
RegisterTypes void
RemotingConfiguration System
SetCustomErrorsMode void

Public Methods

Method 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

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

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

GetRegisteredActivatedClientTypes() public static method

public static GetRegisteredActivatedClientTypes ( ) : System.Runtime.Remoting.ActivatedClientTypeEntry[]
return System.Runtime.Remoting.ActivatedClientTypeEntry[]

GetRegisteredActivatedServiceTypes() public static method

public static GetRegisteredActivatedServiceTypes ( ) : System.Runtime.Remoting.ActivatedServiceTypeEntry[]
return System.Runtime.Remoting.ActivatedServiceTypeEntry[]

GetRegisteredWellKnownClientTypes() public static method

public static GetRegisteredWellKnownClientTypes ( ) : System.Runtime.Remoting.WellKnownClientTypeEntry[]
return System.Runtime.Remoting.WellKnownClientTypeEntry[]

GetRegisteredWellKnownServiceTypes() public static method

public static GetRegisteredWellKnownServiceTypes ( ) : System.Runtime.Remoting.WellKnownServiceTypeEntry[]
return System.Runtime.Remoting.WellKnownServiceTypeEntry[]

IsActivationAllowed() public static method

public static IsActivationAllowed ( Type svrType ) : bool
svrType System.Type
return bool

IsRemotelyActivatedClientType() public static method

public static IsRemotelyActivatedClientType ( Type svrType ) : ActivatedClientTypeEntry
svrType System.Type
return ActivatedClientTypeEntry

IsRemotelyActivatedClientType() public static method

public static IsRemotelyActivatedClientType ( string typeName, string assemblyName ) : ActivatedClientTypeEntry
typeName string
assemblyName string
return ActivatedClientTypeEntry

IsWellKnownClientType() public static method

public static IsWellKnownClientType ( Type svrType ) : WellKnownClientTypeEntry
svrType System.Type
return WellKnownClientTypeEntry

IsWellKnownClientType() public static method

public static IsWellKnownClientType ( string typeName, string assemblyName ) : WellKnownClientTypeEntry
typeName string
assemblyName string
return WellKnownClientTypeEntry

RegisterActivatedClientType() public static method

public static RegisterActivatedClientType ( ActivatedClientTypeEntry entry ) : void
entry ActivatedClientTypeEntry
return void

RegisterActivatedClientType() public static method

public static RegisterActivatedClientType ( Type type, string appUrl ) : void
type System.Type
appUrl string
return void

RegisterActivatedServiceType() public static method

public static RegisterActivatedServiceType ( ActivatedServiceTypeEntry entry ) : void
entry ActivatedServiceTypeEntry
return void

RegisterActivatedServiceType() public static method

public static RegisterActivatedServiceType ( Type type ) : void
type System.Type
return void

RegisterWellKnownClientType() public static method

public static RegisterWellKnownClientType ( Type type, string objectUrl ) : void
type System.Type
objectUrl string
return void

RegisterWellKnownClientType() public static method

public static RegisterWellKnownClientType ( WellKnownClientTypeEntry entry ) : void
entry WellKnownClientTypeEntry
return void

RegisterWellKnownServiceType() public static method

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

RegisterWellKnownServiceType() public static method

public static RegisterWellKnownServiceType ( WellKnownServiceTypeEntry entry ) : void
entry WellKnownServiceTypeEntry
return void