- Contents
SOAP Notifier COM API Developer's Guide
ISOAPNotifierTransport::Connected Property
get_Connected
This read-only property returns True if the transport is connected to a Notifier server, meaning that the ISOAPNotifierTransport::Connect method has been called.
Function Prototype
HRESULT Connected(
[out, retval] VARIANT_BOOL* pbResult
);
C/C++ Syntax
HRESULT get_Connected(VARIANT_BOOL* pbResult);
Parameters
pbResult
True if the ISOAPNotifierTransport::Connect method has been called; otherwise False.