Link against: senhostconn.lib
#include <MSenHostletRequest.h>
Public Member Functions | |
virtual TPtrC8 | RequestUtf8 () const =0 |
Getter for the request - it may either be plain (SOAP) request body, or complete request including all the (SOAP) headers, depending of whether or not the provider wishes to receive complete client messages. | |
virtual TPtrC | ThreadId () const =0 |
Getter for requester's thread ID. | |
virtual TPtrC8 | ConsumerId () const =0 |
Getter for requester's consumer ID. | |
virtual TInt | RequestId () const =0 |
Getter for request ID (transaction ID). | |
virtual TPtrC8 | Properties (MSenProperties::TSenPropertiesClassType &aType) const =0 |
Getter for request's properties and properties type. |
|
Getter for requester's consumer ID. |
|
Getter for request's properties and properties type.
|
|
Getter for request ID (transaction ID). |
|
Getter for the request - it may either be plain (SOAP) request body, or complete request including all the (SOAP) headers, depending of whether or not the provider wishes to receive complete client messages.
|
|
Getter for requester's thread ID. |