Index was outside the bounds of the array. wcf Service in c#

282 Views Asked by At

In My WCF Service below is the code

request.InputStream = httpRequest.Files[0].InputStream;

this is what i get data from IOS And Android in body

working fine in IPhone, but having problem in Android

the error is below.

Index was outside the bounds of the array.

0

There are 0 best solutions below