- Contents
SOAP Notifier COM API Developer's Guide
ISOAPRequest::Transport Property
get_Transport
The Transport property is read-only. It returns an IUnknown pointer to the transport object used for requests.
Function Prototype
HRESULT Transport(
[out, retval] IUnknown** ppResult
);
C/C++ Syntax
HRESULT get_Transport(IUnknown** ppResult);
Parameters
ppResult
The return value is an IUnknown pointer to the transport object.