I am working on creating a WCF rest service. I have a function that will return a byte array of a file created by the service. I was wondering how I can create this file, from the byte array on the client side. This is in C#.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Simply write all received bytes to the file:
Save stream to file: