开发者

Is there a way to create a new instance for IRequestDictionary and IStringList on .NET?

开发者 https://www.devze.com 2022-12-31 06:13 出处:网络
We are working on a C# DLL that stores the values of a Classic ASP Session. Everything is okay but some QueryStrings being stored in 开发者_运维问答Session. Problem is: we are able to read the QueryS

We are working on a C# DLL that stores the values of a Classic ASP Session.

Everything is okay but some QueryStrings being stored in 开发者_运维问答Session. Problem is: we are able to read the QueryString from the DLL using IRequestDictionary and IStringList, but we can't find a way to recreate them the next time a page ask for them.

We have stored all information necessary to recreate them.

So, the question is: Is it possible to instantiate and set their values back? Is there any other option?

0

精彩评论

暂无评论...
验证码 换一张
取 消