ASP.NEt 应用程序中 HttpRequest.InputStream 属性 的运行时类型是什么
What is the runtime type of the HttpRequest.InputStream property in an ASP.NEt application
根据 MSDN 文档,HttpRequest.InputStream 属性 是 Stream
类型,而 Stream
是抽象类型。 HttpRequest.InputStream 属性 可能的运行时类型是什么?在什么条件下?
根据reference source是HttpInputStream
。
根据 MSDN 文档,HttpRequest.InputStream 属性 是 Stream
类型,而 Stream
是抽象类型。 HttpRequest.InputStream 属性 可能的运行时类型是什么?在什么条件下?
根据reference source是HttpInputStream
。