This method must be implemented by all classes that inherit from ServiceAgent.
It will provide the POST data that has to be sent to the service if the Http Method used is POST.
Namespace: Microsoft.HawaiiAssembly: Microsoft.Hawaii.ClientBase (in Microsoft.Hawaii.ClientBase.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
Return Value
Returns the POST data in byte array format.See Also