Passing parameter using image data

  • Thread starter Passing parameter with image data
  • Start date
P

Passing parameter with image data

Hi,
I hava a question as below:
* Web Service
* C#
* paramter with image data
* not using a simple type like string
* not using a class composed of many simple types
Please advise.
Peter
 
J

Jan Tielens

You could pass the image as binary data. In a webservice this would become a
Byte array. E.g.:

public Byte[] GetPicture()
{
///...
}

Could this work for you?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top