Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 purpose of a console table?

993


What is token in c#?

1019


What are synchronous and asynchronous operations?

1047


If a method's return type is void, can you use a return keyword in the method?

929


What is the purpose of dictionary in c#?

958


What is the difference between static and constant variables?

1130


What are the drawbacks of extending an interface as opposed to extending a class?

946


What does it mean to override a method?

1066


Is visual c# free?

958


How does the clr work?

964


Can an exception be thrown from a catch block?

1065


What is the process of delegation?

1022


What is the difference between internal and protected in c#?

1089


What is routing in c#?

951


Can abstract class be sealed in c#?

931