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 总是给我一个空值,我永远不能调用 reqContext.Attachments。我该如何解决这个问题?