This class allows you to setup a proxy server to be associated to a given .
Using this class requires QuickTime 4.1 or later.
The QTPlgStreamingProxyServer class constructors are called when you create a new instance of the class, while the ˜QTPlgStreamingProxyServer class destructor, is called automatically when the class is no more in use. Also, you can invoke the class destructor by setting the instance of the class to nil.
Once a new class instance is returned, it is good practice to check the class property to be sure that the new object can be used.
The class provides you with the following initializer methods:
()
This is the default constructor. Any class property is set to its null status (that is a string to an empty string, an integer to
0 and so on)
(other as QTPlgStreamingProxyServer)
This is the copy constructor. The properties of the object to be copied will be used to initialize the
new class instance properties
specifies if the settings of the current proxy server has to be read from the system preferences. Setting this property to
true causes any class property to be reset
specifies the actual status of the proxy server settings
seed value last time this setting was read from system prefs
port to use for this proxy
specifies the internet address of the current proxy server
specifies the user authentication parameter (if any) required by the current proxy server
Requires QuickTime 5.1 or later
specifies the password (if any) required by the current proxy server
Requires QuickTime 5.1 or later
()
use this method to roll all of the class properties back to their initial state