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


Please Help Members By Posting Answers For Below Questions

What is the difference between function and method in c#?

679


List down the differences between “dispose” and “finalize” methods in c#.

645


Why do we use virtual methods in c#?

725


What is for loop in c#?

700


What is the difference between interface and functional interface?

718


What is string in c# net?

700


Explain how to implement an object pool in c#.net

731


What are reflections in c#?

704


What is object array in c#?

749


Define constructor in c#.

694


Is visual c# free?

708


What is use of FormBoarderStyle Propertie

715


What is the difference between static and private constructor?

725


List some Advantages of switch-case over if else?

698


What is a clr (common language runtime)?

688