1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #include
"nsISupports.idl"
7 [scriptable
, builtinclass
, uuid(74db2955
-6298-4d82
-a3b9
-7f9e8ba9e854
)]
8 interface nsIDNSAdditionalInfo
: nsISupports
10 readonly attribute int32_t port
;
11 readonly attribute ACString resolverURL
;