Classes

  ClassDescription
Public classHttpClient
Provides low-level access to HTTP file transfers. ExFTPConnection provides a superior interface and is recommended for general use.
Public classParseHtmlLinkEventArgs
Event args for ParseHtmlLink

Structures

  StructureDescription
Public structureUploadSpec
Holds the information about the file(s) to be uploaded.

Delegates

  DelegateDescription
Public delegateParseHtmlLinkHandler
Delegate used for ParseHtmlLink event

Enumerations

  EnumerationDescription
Public enumerationHttpMethod
The HTTP method to use. This is so POST or GET can be used to send parameters when the request is created.