if i want to transmit binary data,,,will it be support by
Webservices or any exceptions ? define
Answer Posted / siva
Using binary formatter we can serilize and transmit the
binary data
using System.Runtime.Serialization.Formatters.Binary ;
BinaryFormatter oBinaryFrmat = new BinaryFormatter();
oBinaryFrmat.Serialize(,);
But the only thing is the firewall it has to be disabled.
If any issue in the above said answer please correct me.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How Is The Dll Hell Problem Solved In .net?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
How to use delegates with events?
Can we extend sealed class in c#?
What is a must for multitasking
What is pure abstract class in c#?
What is arraylist c#?
How do I do implement a trace and assert?
What is inheritance c#?
What is xpath in c#?
What are the extension methods in c#?
Is c# the same as d flat?
Is multiple inheritance possible in c#?
What you mean by inner exception in c#?
What is disconnected data architecture in c#?