netwerk/socket/nsISOCKSSocketInfo.idlScriptable
This interface provides information about a SOCKS socket.
Inherits from: nsISupports Last changed in Gecko 1.7

Attributes

Attribute Type Description
destinationAddr PRNetAddrPtr The destination server address. Native code only!
externalProxyAddr PRNetAddrPtr The external (remote) proxy address. Native code only!
internalProxyAddr PRNetAddrPtr The internal (local) proxy address. Native code only!

See also