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 function and method in c#?
List down the differences between “dispose” and “finalize” methods in c#.
Why do we use virtual methods in c#?
What is for loop in c#?
What is the difference between interface and functional interface?
What is string in c# net?
Explain how to implement an object pool in c#.net
What are reflections in c#?
What is object array in c#?
Define constructor in c#.
Is visual c# free?
What is use of FormBoarderStyle Propertie
What is the difference between static and private constructor?
List some Advantages of switch-case over if else?
What is a clr (common language runtime)?