私はこの質問をよくグーグルで検索していますが、少し混乱しています。Iphone から WCF サービスに画像をアップロードする必要があります。「ストリーム」モードで画像を受け取る作業中の WCF が既にあります。しかし、私はどこかで、iPhoneで動作するためにREST WCFを使用する必要があると読みました。私は何をすべきか?ありがとうございました
質問する
488 次
1 に答える
0
If you're uploading a image "as is" from the iPhone, I imagine that you're already using the REST mode in WCF to do that. If your service endpoint uses the webHttpBinding
and has a webHttpBehavior
added to it, then you're already in the "WCF REST" realm (the official name is "WCF WebHTTP Endpoints", but it's more known as WCF REST endpoints).
Even if you're not using WCF REST, if what you have is working for you, then you're fine.
于 2012-04-26T18:35:04.837 に答える