Windows NT Perl 5, OLE Automation extension module
Netscape_Network_1
Constructors/Destructors
- CreateObject
- 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:
- GetTimeOfDay( $x )
- SetTimeOfDay( $x )
Listed according to variable Type and Name.
- VT_BOOL FlagFancyFTP
- VT_BOOL FlagFancyNews
- VT_BOOL FlagShowAllNews
- VT_BSTR Password
- 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:
- DoSomething
- 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:
- BytesReady
- Required parameters: 0
- Close
- Required parameters: 0
- GetContentEncoding
- Required parameters: 0
- GetContentLength
- Required parameters: 0
- GetContentType
- Required parameters: 0
- GetErrorMessage
- Required parameters: 0
- GetExpires
- Required parameters: 0
- GetLastModified
- Required parameters: 0
- GetServerStatus
- Required parameters: 0
- GetStatus
- Required parameters: 0
- IsFinished
- Required parameters: 0
- Open
- Required parameters: 5
- VT_BSTR Open,
VT_I2 pURL,
VT_BSTR iMethod,
VT_I4 pPostData,
VT_BSTR lPostDataSize,
- Read
- Required parameters: 2
- Resolve
- Required parameters: 2
- VT_BSTR Resolve,
VT_BSTR pBase,