|
Interface Summary |
| AsyncCallback |
The primary interface a caller must implement to receive a response from a
remote procedure call.
|
| IsSerializable |
Marker interface used to indicate a family of classes is serializable. |
| RemoteService |
Marker interface that RPC interfaces should extend. |
| SerializationStreamObjectDecoder |
Interface for controlling how objects are decoded from a serialization stream. |
| SerializationStreamObjectEncoder |
This interface controls how objects are encoded into a stream. |
| SerializationStreamReader |
Interface implemented by an object that wants to deserialize items from a
serialization stream. |
| SerializationStreamWriter |
Interface implemented by any object wishing to serialize items into a
stream. |
| Serializer |
Contract for any class that can serialize and restore class into a
serialization stream. |
| ServiceDefTarget |
A client-side RPC proxy can always be safely cast to this interface to allow
you to or set the target URL for that service. |
| StringTable |
Interface for manipulating a string table. |
| TokenStream |
For internal use only. |