Alterian Email Manager 6.2.3 SDK Help File
A class for pulling only the HEAD of a response.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic class HeadClient : WebClient
Public Class HeadClient
Inherits WebClient
public ref class HeadClient : public WebClient
type HeadClient =
class
inherit WebClient
end
DMLibrary.HeadClient = function();
Type.createClass(
'DMLibrary.HeadClient',
WebClient);
The HeadClient type exposes the following members.
Constructors | Name | Description |
---|
 | HeadClient | Initializes a new instance of the HeadClient class |
Top
See Also