C# Класс System.Runtime.Remoting.RemotingConfiguration.RemotingConfiguration

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
Configure void
Configure void
LoadDefaultDelayedChannels void
ReadConfigFile void
RegisterChannelTemplate void
RegisterChannels void
RegisterClientProviderTemplate void
RegisterServerProviderTemplate void
RegisterTypes void
RemotingConfiguration System
SetCustomErrorsMode void

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

CustomErrorsEnabled() публичный статический Метод

public static CustomErrorsEnabled ( bool isLocalRequest ) : bool
isLocalRequest bool
Результат bool

GetRegisteredActivatedClientTypes() публичный статический Метод

public static GetRegisteredActivatedClientTypes ( ) : System.Runtime.Remoting.ActivatedClientTypeEntry[]
Результат System.Runtime.Remoting.ActivatedClientTypeEntry[]

GetRegisteredActivatedServiceTypes() публичный статический Метод

public static GetRegisteredActivatedServiceTypes ( ) : System.Runtime.Remoting.ActivatedServiceTypeEntry[]
Результат System.Runtime.Remoting.ActivatedServiceTypeEntry[]

GetRegisteredWellKnownClientTypes() публичный статический Метод

public static GetRegisteredWellKnownClientTypes ( ) : System.Runtime.Remoting.WellKnownClientTypeEntry[]
Результат System.Runtime.Remoting.WellKnownClientTypeEntry[]

GetRegisteredWellKnownServiceTypes() публичный статический Метод

public static GetRegisteredWellKnownServiceTypes ( ) : System.Runtime.Remoting.WellKnownServiceTypeEntry[]
Результат System.Runtime.Remoting.WellKnownServiceTypeEntry[]

IsActivationAllowed() публичный статический Метод

public static IsActivationAllowed ( Type svrType ) : bool
svrType System.Type
Результат bool

IsRemotelyActivatedClientType() публичный статический Метод

public static IsRemotelyActivatedClientType ( Type svrType ) : ActivatedClientTypeEntry
svrType System.Type
Результат ActivatedClientTypeEntry

IsRemotelyActivatedClientType() публичный статический Метод

public static IsRemotelyActivatedClientType ( string typeName, string assemblyName ) : ActivatedClientTypeEntry
typeName string
assemblyName string
Результат ActivatedClientTypeEntry

IsWellKnownClientType() публичный статический Метод

public static IsWellKnownClientType ( Type svrType ) : WellKnownClientTypeEntry
svrType System.Type
Результат WellKnownClientTypeEntry

IsWellKnownClientType() публичный статический Метод

public static IsWellKnownClientType ( string typeName, string assemblyName ) : WellKnownClientTypeEntry
typeName string
assemblyName string
Результат WellKnownClientTypeEntry

RegisterActivatedClientType() публичный статический Метод

public static RegisterActivatedClientType ( ActivatedClientTypeEntry entry ) : void
entry ActivatedClientTypeEntry
Результат void

RegisterActivatedClientType() публичный статический Метод

public static RegisterActivatedClientType ( Type type, string appUrl ) : void
type System.Type
appUrl string
Результат void

RegisterActivatedServiceType() публичный статический Метод

public static RegisterActivatedServiceType ( ActivatedServiceTypeEntry entry ) : void
entry ActivatedServiceTypeEntry
Результат void

RegisterActivatedServiceType() публичный статический Метод

public static RegisterActivatedServiceType ( Type type ) : void
type System.Type
Результат void

RegisterWellKnownClientType() публичный статический Метод

public static RegisterWellKnownClientType ( Type type, string objectUrl ) : void
type System.Type
objectUrl string
Результат void

RegisterWellKnownClientType() публичный статический Метод

public static RegisterWellKnownClientType ( WellKnownClientTypeEntry entry ) : void
entry WellKnownClientTypeEntry
Результат void

RegisterWellKnownServiceType() публичный статический Метод

public static RegisterWellKnownServiceType ( Type type, string objectUri, WellKnownObjectMode mode ) : void
type System.Type
objectUri string
mode WellKnownObjectMode
Результат void

RegisterWellKnownServiceType() публичный статический Метод

public static RegisterWellKnownServiceType ( WellKnownServiceTypeEntry entry ) : void
entry WellKnownServiceTypeEntry
Результат void