nsIDNSAdditionalInfo.idl (435B)
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/. */ 4 5 #include "nsISupports.idl" 6 7 [scriptable, builtinclass, uuid(74db2955-6298-4d82-a3b9-7f9e8ba9e854)] 8 interface nsIDNSAdditionalInfo : nsISupports 9 { 10 readonly attribute int32_t port; 11 readonly attribute ACString resolverURL; 12 };