1
Answer

From windows mobile how to send a C# object to a http stream

Tm

Tm

14y
3.4k
1

Scenario: Windows Mobile C# Compact framework 2.0 or 3.5 Protobuf object

I need to send an object to a http url (Post). Afterward I will wait for a response and receive a modified version of the object back. Any input on how to connect to a http stream and passing in a serialized object?

Answers (1)