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 serialization of data?

512


How many types of constructors are there in c#?

470


How are methods overloaded?

543


What is datagrid c#?

474


Explain the types of assemblies in .net?

531






Is array value type in c#?

588


Name the two classes are required for implementing a windows service?

548


Define an assembly in .net?

529


How do I port "synchronized" functions from visual j++ to c#?

490


write a program to find the biggest palindrome in the given string

549


Is string value type c#?

490


Which are access modifiers available in c#?

523


Explain the difference between a namespace and assembly name in .net?

501


Define method overloading in c#?

592


What are the Types of configuration files and their differences

552