C# 클래스 System.Runtime.Remoting.RemotingConfiguration

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
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