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.
リクエストに添付ファイルを追加するにはsoapcontextが必要ですが、呼び出すたびに
Dim reqContext As SoapContext = RequestSoapContext.Current
RequestSoapContext.Current は常に null 値を返し、reqContext.Attachments を呼び出すことはできません。これを回避するにはどうすればよいですか?