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
Can structs in c# have destructors?
How can I make sure my c# classes will interoperate with other .net languages?
What is dynamic dispatch?
What is a cshtml file?
What is attribute and reflection in c#?
How a two-dimensional array declared in C#?
how encapsulation is implemented in c#
what is collections in .net? why we use?
How many constructor can a class have?
Difference between value and reference type.
How do you declare a method in c#?
What do you mean by jagged arrays in c#?
What is an array class?
What is garbage collection? How to force garbage collector to run?
What is different between Implicit conversion and Explicit conversion in C#?