mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
Added support for interrupting streams via the nsINetService::InterruptStream() method.
This commit is contained in:
parent
8bbee1fea9
commit
26b1c2655d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user