Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

2011-07-04から1日間の記事一覧

WCFでファイルを送信する

WCFのクライアントからサービスへファイルを送信するサンプルです。 サービス側の実装 app.config <configuration> <system.serviceModel> <services> <service behaviorConfiguration="myServiceBehavior" name="FileStorage.Storage"> </service></services></system.servicemodel></configuration>