Replacement DHCP functions for Ethernet in IDE 1.01

hi...I'm upgrading my code to 1.01 Ethernet Library...does anyone know the replacement functions/syntax for the following Ethernet Library DHCP elements:

EthernetDHCP.ipAddress() ==> Ethernet.localIP()

EthernetDHCP.gatewayIpAddress() ==> what is this one?

EthernetDHCP.dnsIpAddress() ==> what is this one?

Just found the answers in this forum...but don't know where this is documented:

EthernetDHCP.ipAddress() ==> Ethernet.localIP()

EthernetDHCP.gatewayIpAddress() ==> Ethernet.gatewayIP()

EthernetDHCP.dnsIpAddress() ==> Ethernet.dnsServerIP()