Feedback

  • Contents
 

ISOAPResponse::TransportCtrlData Property

get_TransportCtrlData

This read-only property returns an object that implements IStream, so that you can access the object's transport control data.

Function Prototype

HRESULT TransportCtrlData(

   [out, retval] IUnknown** ppResult

);

C/C++ Syntax

HRESULT get_TransportCtrlData(IUnknown** ppResult);

Parameters

ppResult

An IUnknown pointer to the object.