how do you pass a multiple serializable byte[]?
I assume i can't pass it as a strongly-typed array like this List<byte[]>
to a webservice. So how do you do this?
I need to pass multiple objects of byte[] to a single webmethod, what is the best way?