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

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CustomErrorsEnabled ( bool isLocalRequest ) : bool

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

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

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

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

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