Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

Samer M Abdallah

@Samer M Abdallah
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Need Some feedback on WCF
    S Samer M Abdallah

    Well, I am still confused. This is the kinda of the object I would like to send over from iOS to WCF eventually. ObjectToSend{ string firstname; string lastname; int ID; string Notes Stream Image; Stream AudioFile; Stream textfile; etc... } - Will I able able to send an object like this where it does have Stream datatype members? Right now, I am able to send JSON objects like this one because its easy to represent it as JSON ObjectToSend{ string firstname; string lastname; int ID; string Notes } And I can upload image using stream mode as void uploadImage(Stream image). I am just not quite sure if and how I can have the Stream as member of an object, when WCF allows only Single Stream input/output parameter. I feel like there is a way, I just can't wrap my head around it.

    WCF and WF database csharp ios sql-server wcf
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups