Method |
Description |
|
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 |
|
|