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

Can structs in c# have destructors?

746


How can I make sure my c# classes will interoperate with other .net languages?

746


What is dynamic dispatch?

717


What is a cshtml file?

708


What is attribute and reflection in c#?

679


How a two-dimensional array declared in C#?

738


how encapsulation is implemented in c#

847


what is collections in .net? why we use?

1892


How many constructor can a class have?

704


Difference between value and reference type.

704


How do you declare a method in c#?

670


What do you mean by jagged arrays in c#?

645


What is an array class?

765


What is garbage collection? How to force garbage collector to run?

710


What is different between Implicit conversion and Explicit conversion in C#?

709