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
What is the purpose of a console table?
What is token in c#?
What are synchronous and asynchronous operations?
If a method's return type is void, can you use a return keyword in the method?
What is the purpose of dictionary in c#?
What is the difference between static and constant variables?
What are the drawbacks of extending an interface as opposed to extending a class?
What does it mean to override a method?
Is visual c# free?
How does the clr work?
Can an exception be thrown from a catch block?
What is the process of delegation?
What is the difference between internal and protected in c#?
What is routing in c#?
Can abstract class be sealed in c#?