AMPS C# Client  5.3.5.0
AMPS C# Client for .NET
AMPS.Client.XMLProtocol Class Reference

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...
 

Detailed Description

Represents the XML protocol used in the AMPS client.

Constructor & Destructor Documentation

◆ XMLProtocol() [1/2]

AMPS.Client.XMLProtocol.XMLProtocol ( )
inline

Initializes a new instance of the XMLProtocol class.

◆ XMLProtocol() [2/2]

AMPS.Client.XMLProtocol.XMLProtocol ( Properties  p)
inline

Initializes a new instance of the XMLProtocol class with the specified properties.

Parameters
pThe properties to initialize the protocol with.

Member Function Documentation

◆ allocateMessage()

Message AMPS.Client.XMLProtocol.allocateMessage ( )
inline

Allocates a new XML message.

Returns
A new XML message.

Implements AMPS.Client.Protocol.

◆ getMessageStream()

ProtocolParser AMPS.Client.XMLProtocol.getMessageStream ( )
inline

Gets the message stream for the XML protocol.

Returns
The message stream for the XML protocol.

Implements AMPS.Client.Protocol.


The documentation for this class was generated from the following file: