Copy as Markdown
Other Tools
//
// DO NOT EDIT. THIS FILE IS GENERATED FROM $SRCDIR/netwerk/base/nsIProxiedChannel.idl
//
{static D: &[Interface] = &[
Interface {
name: "nsIProxiedChannel",
base: Some("nsISupports"),
sync: false,
methods: Ok(&[
/* readonly attribute nsIProxyInfo proxyInfo; */
Method {
name: "GetProxyInfo",
params: &[Param { name: "aProxyInfo", ty: "*mut*const nsIProxyInfo" }],
ret: "::nserror::nsresult",
},
/* readonly attribute int32_t httpProxyConnectResponseCode; */
Method {
name: "GetHttpProxyConnectResponseCode",
params: &[Param { name: "aHttpProxyConnectResponseCode", ty: "*mut i32" }],
ret: "::nserror::nsresult",
},
]),
},
]; D}