home HTML XML DTD CSS Visual Filter JavaScript Java ASP SSI .NET  
.NET Reference >
Suggested Reading

System.Runtime.Remoting


tag/attrib/value description
ActivatedClientTypeEntry   Holds values for an object type registered on the client end as a type that can be activated on the server.
ActivatedServiceTypeEntry   Holds values for an object type registered on the service end as one that can be activated on request from a client.
ObjectHandle   Wraps marshal by value object references, allowing them to be returned through an indirection.
ObjRef   Stores all relevant information required to generate a proxy in order to communicate with a remote object.
RemotingConfiguration   Provides various static methods for configuring the remoting infrastructure.
RemotingException   The exception that is thrown when something has gone wrong during remoting.
RemotingServices   Provides several methods for using and publishing remoted objects and proxies. This class cannot be inherited.
RemotingTimeoutException   The exception that is thrown when the server or the client cannot be reached for a previously specified period of time.
ServerException   The exception that is thrown to communicate errors to the client when the client connects to non .NET Framework applications that cannot throw exceptions.
SoapServices   Provides several methods for using and publishing remoted objects in SOAP format.
TypeEntry   Implements a base class that holds the configuration information used to activate an instance of a remote type.
WellKnownClientTypeEntry   Holds values for an object type registered on the client as a well-known type object (single call or singleton).
WellKnownServiceTypeEntry   Holds values for an object type registered on the service end as a well-known type object (single call or singleton).
IChannelInfo   Provides custom channel information that is carried along with the ObjRef.
IEnvoyInfo   Provides envoy information.
IObjectHandle   Defines the interface for unwrapping marshal by value objects from indirection.
IRemotingTypeInfo   Provides type information for an object.
WellKnownObjectMode   Defines how well-known objects are activated.