I developed an object and put it into the MTS. For example, ObjName.dll has a class name GetIt(Data). From client side call this object to get the data. Waht's the best way to pass the arguement "Data" by ByVal or ByRef? What's different between those two in term of network traffic? Thanks in advance.