AMPS C# Client
5.3.5.0
AMPS C# Client for .NET
|
Represents the XML protocol used in the AMPS client. More...
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.