Class LogTarget

Programmatic Identifier: Push.LogTarget.1

The Push.LogTarget.1 COM class, hereafter referred to as the LogTarget class, defines an Automation-compliant object that can be used to manage information used to build a LOGTARGET XML element, as defined by the Channel Definition Format (CDF) specification.

The LogTarget class exposes a dispinterface to the methods listed below. Therefore, all invocations must proceed through the IDispatch interface.

Dispinterface ILogTarget

Methods

Name Description
AddElement Adds a user-defined XML element to the Elements collection.
AddHTTPEquiv Adds an HTTPEquiv object to the HTTPEquivs collection.
GetCDFString Builds and returns the CDF string defined by the object and all subobjects in collections.

Properties

Name Description
HREF Holds a string value used to build the optional HREF attribute for the object's CDF string.
Method Holds a string value used to build the METHOD attribute for the object's CDF string. Default="POST"
PurgeTime Holds a string value used to build the optional PURGETIME element for the object's CDF string.
Scope Holds a string value used to build the optional SCOPE attribute for the object's CDF string.

Collections

Name Description
Elements A collection of user-defined XML elements.
HTTPEquivs A collection of HTTPEquiv objects.


© 1997-1998 Microsoft Corporation. All rights reserved.