|
AMPS C# Client
5.3.4.0
AMPS C# Client for .NET
|
Represents the XML protocol used in the AMPS client. More...
Inheritance diagram for AMPS.Client.XMLProtocol:Public Member Functions | |
| XMLProtocol () | |
| Initializes a new instance of the XMLProtocol class. More... | |
| XMLProtocol (Properties p) | |
| Initializes a new instance of the XMLProtocol class with the specified properties. More... | |
| Message | allocateMessage () |
| Allocates a new XML message. More... | |
| ProtocolParser | getMessageStream () |
| Gets the message stream for the XML protocol. More... | |
Represents the XML protocol used in the AMPS client.
|
inline |
Initializes a new instance of the XMLProtocol class.
|
inline |
Initializes a new instance of the XMLProtocol class with the specified properties.
| p | The properties to initialize the protocol with. |
|
inline |
|
inline |
Gets the message stream for the XML protocol.
Implements AMPS.Client.Protocol.