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.
XML ファイル (サイズ 10MB ~) があり、WCF サービスで型として返したいのですが、このファイルを要求する人が多く、サーバーが例外XmlDocumentを取得できるため、事前にメモリにロードする必要はありません。OutOfMemory.
XmlDocument
OutOfMemory
それはまったく可能ですか?
ストリーミング (バイナリ データとして返す) を使用できる wcf の場合は、大きなデータを処理するように設計されています。
詳細はこちら