如何使用c#读取.sol文件 [英] How to read .sol file using c#

查看:227
本文介绍了如何使用c#读取.sol文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用C#解析Flash本地共享对象.sol文件(Flash Cookie)中的内容?我在这里引用了Weborb的SharedObjectService:如何使用c#创建,编辑和删除.sol文件。 [ ^ ]:

How to parse content from Flash Local Shared Object .sol-files ("Flash cookies") using C#? I have tried Weborb's SharedObjectService as referenced here: how to create, edit and delete .sol file using c#.[^]:

SharedObjectService sos = new SharedObjectService(); 
IScope iScope;
sos.getSharedObject(iScope, "hhd_status", true);



由于iScope未分配且我不知道如何检索iScope,因此该解决方案无效。如何使用Weborb或其他解决方案做到这一点?


This solution is not working since iScope is unassigned and I don't know how to retrieve iScope. How to do this right with Weborb - or other solutions?

推荐答案

我希望帮助这个链接,试试这个 http://asp.net.bigresource.com/Read-and-process-data-from-flash-cookie [ ^ ]
I hope help this link, try this http://asp.net.bigresource.com/Read-and-process-data-from-flash-cookie[^]


这篇关于如何使用c#读取.sol文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆