Property | Type | Description | |
---|---|---|---|
Configure | void | ||
Configure | void | ||
LoadDefaultDelayedChannels | void | ||
ReadConfigFile | void | ||
RegisterChannelTemplate | void | ||
RegisterChannels | void | ||
RegisterClientProviderTemplate | void | ||
RegisterServerProviderTemplate | void | ||
RegisterTypes | void | ||
RemotingConfiguration | System | ||
SetCustomErrorsMode | void |
Method | Description | |
---|---|---|
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 ( |
||
IsRemotelyActivatedClientType ( |
||
IsRemotelyActivatedClientType ( string typeName, string assemblyName ) : |
||
IsWellKnownClientType ( |
||
IsWellKnownClientType ( string typeName, string assemblyName ) : |
||
RegisterActivatedClientType ( |
||
RegisterActivatedClientType ( |
||
RegisterActivatedServiceType ( |
||
RegisterActivatedServiceType ( |
||
RegisterWellKnownClientType ( |
||
RegisterWellKnownClientType ( |
||
RegisterWellKnownServiceType ( |
||
RegisterWellKnownServiceType ( |
Method | Description | |
---|---|---|
Configure ( string filename ) : void | ||
Configure ( string filename, bool ensureSecurity ) : void | ||
LoadDefaultDelayedChannels ( ) : void | ||
ReadConfigFile ( string filename ) : void | ||
RegisterChannelTemplate ( System.Runtime.Remoting.ChannelData channel ) : void | ||
RegisterChannels ( |
||
RegisterClientProviderTemplate ( System.Runtime.Remoting.ProviderData prov ) : void | ||
RegisterServerProviderTemplate ( System.Runtime.Remoting.ProviderData prov ) : void | ||
RegisterTypes ( |
||
RemotingConfiguration ( ) : System | ||
SetCustomErrorsMode ( string mode ) : void |
public static CustomErrorsEnabled ( bool isLocalRequest ) : bool | ||
isLocalRequest | bool | |
return | bool |
public static GetRegisteredActivatedClientTypes ( ) : System.Runtime.Remoting.ActivatedClientTypeEntry[] | ||
return | System.Runtime.Remoting.ActivatedClientTypeEntry[] |
public static GetRegisteredActivatedServiceTypes ( ) : System.Runtime.Remoting.ActivatedServiceTypeEntry[] | ||
return | System.Runtime.Remoting.ActivatedServiceTypeEntry[] |
public static GetRegisteredWellKnownClientTypes ( ) : System.Runtime.Remoting.WellKnownClientTypeEntry[] | ||
return | System.Runtime.Remoting.WellKnownClientTypeEntry[] |
public static GetRegisteredWellKnownServiceTypes ( ) : System.Runtime.Remoting.WellKnownServiceTypeEntry[] | ||
return | System.Runtime.Remoting.WellKnownServiceTypeEntry[] |
public static IsActivationAllowed ( |
||
svrType | ||
return | bool |
public static IsRemotelyActivatedClientType ( |
||
svrType | ||
return |
public static IsRemotelyActivatedClientType ( string typeName, string assemblyName ) : |
||
typeName | string | |
assemblyName | string | |
return |
public static IsWellKnownClientType ( |
||
svrType | ||
return |
public static IsWellKnownClientType ( string typeName, string assemblyName ) : |
||
typeName | string | |
assemblyName | string | |
return |
public static RegisterActivatedClientType ( |
||
entry | ||
return | void |
public static RegisterActivatedClientType ( |
||
type | ||
appUrl | string | |
return | void |
public static RegisterActivatedServiceType ( |
||
entry | ||
return | void |
public static RegisterActivatedServiceType ( |
||
type | ||
return | void |
public static RegisterWellKnownClientType ( |
||
type | ||
objectUrl | string | |
return | void |
public static RegisterWellKnownClientType ( |
||
entry | ||
return | void |
public static RegisterWellKnownServiceType ( |
||
type | ||
objectUri | string | |
mode | WellKnownObjectMode | |
return | void |
public static RegisterWellKnownServiceType ( |
||
entry | ||
return | void |