Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ソリューション ファイルには 2 つのプロジェクトがあり、1 つは Webui (.NET アプリケーション) で、もう 1 つは WCF サービス プロジェクトです。
シナリオは、ユーザーが Webui でファイルをアップロードするたびに、そのファイルを WCF サービスに送信する必要があるというものです。Webui から WCF サービスに添付ファイルを送信する方法を教えてください。
転送する必要のあるファイルをバイトストリームとしてアップロードします。WCFストリーミングを使用する必要があります。例えば
WCF経由でファイルをアップロードする方法