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 difference between const and static read-only?
How do destructors and garbage collection work in c#?
What do you understand by an Implicit Variable?
What are the classes contained in a single .NET DLL ?
What is the symbol used for in c#?
Can constructor be private c#?
What is c-sharp (c#)?
When do you generally use a class over a struct?
What is difference between destructor and finalize?
Is datetime nullable c#?
Why can’t struct be used instead of class for storing entity?
What does return do in for loop?
Explain the process of inheriting a class into another class?
What is difference between code access and role based security?
Is java better than c#?