The DataSpace class of the com.ms.wfc.data package encapsulates the ADO DataSpace object, which creates client-side proxies to business objects located on the middle tier.
public class DataSpace { // Methods public static ObjectProxy DataSpace createObject(String progid, String connection); public static int getInternetTimeout(); public static void setInternetTimeout(int plInetTimeout); }