chesterpolo / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

New API method for writing binary data (C#) - current conn.write() method takes a String #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please provide a write() method in MongooseConnection to write binary data (C#).

Original issue reported on code.google.com by mdc2...@gmail.com on 17 Jul 2009 at 10:31

GoogleCodeExporter commented 9 years ago
I think you can send binary data using existing write() method.

Original comment by valenok on 19 Jul 2009 at 9:12

GoogleCodeExporter commented 9 years ago
Can't you put binary data into String C# object?

Original comment by valenok on 19 Jul 2009 at 10:12

GoogleCodeExporter commented 9 years ago
I think you are right.

Here is some information as to how to do it.

http://www.communities.hp.com/securitysoftware/blogs/jeff/archive/2007/05/30/Blo
g-tech-quickie_3A00_-
saving-binary-data-in-C_2300_-strings.aspx

Original comment by mdc2...@gmail.com on 20 Jul 2009 at 2:26

GoogleCodeExporter commented 9 years ago

Original comment by valenok on 22 Jul 2009 at 7:45