C# Class System.Runtime.Remoting.RemotingConfigHandler

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

Méthodes publiques

Свойство Type Description
Info RemotingConfigInfo

Private Properties

Свойство Type Description
ConfigureChannels void
ConfigureRemoting void
CreateChannelFromConfigEntry IChannel
CreateChannelSinkProvider Object
CreateClientChannelSinkProviderChain IClientChannelSinkProvider
CreateServerChannelSinkProviderChain IServerChannelSinkProvider
CreateWellKnownObject ServerIdentity
DoConfiguration void
FindDelayLoadChannelForCreateMessageSink IMessageSink
GetRegisteredActivatedClientTypes System.Runtime.Remoting.ActivatedClientTypeEntry[]
GetRegisteredActivatedServiceTypes System.Runtime.Remoting.ActivatedServiceTypeEntry[]
GetRegisteredWellKnownClientTypes System.Runtime.Remoting.WellKnownClientTypeEntry[]
GetRegisteredWellKnownServiceTypes System.Runtime.Remoting.WellKnownServiceTypeEntry[]
GetServerTypeForUri Type
HasApplicationNameBeenSet bool
IsActivationAllowed bool
IsActivationAllowed bool
IsRemotelyActivatedClientType ActivatedClientTypeEntry
IsRemotelyActivatedClientType ActivatedClientTypeEntry
IsWellKnownClientType WellKnownClientTypeEntry
IsWellKnownClientType WellKnownClientTypeEntry
LoadConfigurationFromXmlFile System.Runtime.Remoting.Activation.RemotingXmlConfigFileData
LoadMachineConfigIfNecessary void
ParseGenericType void
ParseType void
RegisterActivatedClientType void
RegisterActivatedServiceType void
RegisterWellKnownClientType void
RegisterWellKnownServiceType void

Private Methods

Méthode Description
ConfigureChannels ( RemotingXmlConfigFileData configData, bool ensureSecurity ) : void
ConfigureRemoting ( RemotingXmlConfigFileData configData, bool ensureSecurity ) : void
CreateChannelFromConfigEntry ( RemotingXmlConfigFileData entry ) : IChannel
CreateChannelSinkProvider ( RemotingXmlConfigFileData entry, bool bServer ) : Object
CreateClientChannelSinkProviderChain ( ArrayList entries ) : IClientChannelSinkProvider
CreateServerChannelSinkProviderChain ( ArrayList entries ) : IServerChannelSinkProvider
CreateWellKnownObject ( String uri ) : ServerIdentity
DoConfiguration ( String filename, bool ensureSecurity ) : void
FindDelayLoadChannelForCreateMessageSink ( String url, Object data, String &objectURI ) : IMessageSink
GetRegisteredActivatedClientTypes ( ) : System.Runtime.Remoting.ActivatedClientTypeEntry[]
GetRegisteredActivatedServiceTypes ( ) : System.Runtime.Remoting.ActivatedServiceTypeEntry[]
GetRegisteredWellKnownClientTypes ( ) : System.Runtime.Remoting.WellKnownClientTypeEntry[]
GetRegisteredWellKnownServiceTypes ( ) : System.Runtime.Remoting.WellKnownServiceTypeEntry[]
GetServerTypeForUri ( String URI ) : Type
HasApplicationNameBeenSet ( ) : bool
IsActivationAllowed ( String TypeName ) : bool
IsActivationAllowed ( Type svrType ) : bool
IsRemotelyActivatedClientType ( String typeName, String assemblyName ) : ActivatedClientTypeEntry
IsRemotelyActivatedClientType ( Type svrType ) : ActivatedClientTypeEntry
IsWellKnownClientType ( String typeName, String assemblyName ) : WellKnownClientTypeEntry
IsWellKnownClientType ( Type svrType ) : WellKnownClientTypeEntry
LoadConfigurationFromXmlFile ( String filename ) : RemotingXmlConfigFileData
LoadMachineConfigIfNecessary ( ) : void
ParseGenericType ( String typeAssem, int indexStart, String &typeName, String &assemName ) : void
ParseType ( String typeAssem, String &typeName, String &assemName ) : void
RegisterActivatedClientType ( ActivatedClientTypeEntry entry ) : void
RegisterActivatedServiceType ( ActivatedServiceTypeEntry entry ) : void
RegisterWellKnownClientType ( WellKnownClientTypeEntry entry ) : void
RegisterWellKnownServiceType ( WellKnownServiceTypeEntry entry ) : void

Property Details

Info public_oe static_oe property

public static RemotingConfigInfo Info
Résultat RemotingConfigInfo