I don't know what sort of object "my stream is" but I think it is unnecessary, just pass the stream from your client to the function.
Code:
bitmapstreamsaver.SaveImageToStream(client2.GetStream,mybitmap.Value,"J")
"New" methods don't generally return anything so are not valid as parameters in calls to Subs.