WCFでファイルを送信する

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