Added support for interrupting streams via the nsINetService::InterruptStream() method.

This commit is contained in:
rpotts%netscape.com 1998-10-16 22:44:20 +00:00
parent 8bbee1fea9
commit 26b1c2655d

View File

@ -41,6 +41,8 @@ public:
NS_IMETHOD OpenBlockingStream(nsIURL *aUrl,
nsIStreamListener *aConsumer,
nsIInputStream **aNewStream);
NS_IMETHOD InterruptStream(nsIURL* aURL);
NS_IMETHOD GetCookieString(nsIURL *aURL, nsString& aCookie);
NS_IMETHOD SetCookieString(nsIURL *aURL, const nsString& aCookie);