- Contents
SOAP Notifier COM API Developer's Guide
ISOAPNotifierTransport Interface
Overview
Derived From: |
|
Interface ID: |
{F37ABE5C-12BF-4757-95F8-EA6267528CA7} |
Class ID: |
{C26567CE-1B3F-475B-9650-38742A108581} |
Prog ID: |
ININ.SOAPNotifierTransport |
This component provides a COM wrapper on the Notifier (client) library. The Notifier Transport component represents a client connection to a certain Notifier server. It is used by the SOAP Request component as transport for requests.
Frequent creation and destruction of Notifier transport objects is inefficient. We recommend that you reuse transport objects through caching. Since this object is multi-threaded safe, multiple requests may be sent over the same transport at the same time.
Methods
Connects the transport to the Notifier server. |
|
The GetProperty method retrieves a supplemental transport property. |
|
SetProperty assigns a value to a supplemental transport property. |
Properties
This read-only property returns True if the transport is connected to a Notifier server, meaning that the ISOAPNotifierTransport::Connect method has been called. |