Windows NT Perl 5, OLE Autmation extension module


== Netscape_Network_1 ==


Constructors/Destructors
------------------------

 o CreateObject
 o DestroyObject

Instance Variables
------------------

All variables are have a "Get" and "Set" method
associated with them. For example, if we have the variable TimeOfDay,
the two methods used to access and modify the variable are:

 o GetTimeOfDay( $x )
 o SetTimeOfDay( $x )

Listed according to variable Type and Name.

  o (VT_BOOL) FlagFancyFTP
  o (VT_BOOL) FlagFancyNews
  o (VT_BOOL) FlagShowAllNews
  o (VT_BSTR) Password
  o (VT_BSTR) Username

Methods
-------

Listed here are all methods supplied by the Netscape_Network_1 object that
are supported by Windows NT Perl 5. Some methods accept a variable
number of parameters. For example, if we have the method DoSomething()
that accepts either 0, 2 or 5 parameters, the method will be listed in
the following way:

 o Do Something

   Required parameters: 0
   Required parameters: 2
    (type) arg1
    (type) arg2
   Required parameters: 5
    (type) arg1
    (type) arg2
    (type) arg3
    (type) arg4
    (type) arg5

Listing of methods follows:
   
 o BytesReady

   Require parameters: 0


 o Close

   Require parameters: 0


 o GetContentEncoding

   Require parameters: 0


 o GetContentLength

   Require parameters: 0


 o GetContentType

   Require parameters: 0


 o GetErrorMessage

   Require parameters: 0


 o GetExpires

   Require parameters: 0


 o GetLastModified

   Require parameters: 0


 o GetServerStatus

   Require parameters: 0


 o GetStatus

   Require parameters: 0


 o IsFinished

   Require parameters: 0


 o Open

   Require parameters: 5
    (VT_BSTR) Open
    (VT_I2) pURL
    (VT_BSTR) iMethod
    (VT_I4) pPostData
    (VT_BSTR) lPostDataSize


 o Read

   Require parameters: 2


 o Resolve

   Require parameters: 2
    (VT_BSTR) Resolve
    (VT_BSTR) pBase


