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

파일 보기 프로젝트 열기: runefs/Marvin

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