ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl.net
perl.net
Implement C# code
by Czirok Ferenc other posts by this author
Feb 10 2006 1:59PM messages near this date
view in the new Beta List Site
Re: .Net calls ActivePerl to make socks connection | Noticed the Virus Problem
FRAMEWORK Hello

How to implement the following C# code in Perl.NET?


C#:
HttpContext HC = HttpContext.Current;
IServiceProvider ISP = (IServiceProvider)HC;


PerlNET:
=for interface
	private field HttpContext HC;
	private field IServiceProvider ISP;
=cut
...
$HC = HttpContext-> Current;
$ISP = ???

Thanks,
Ferenc


_______________________________________________
Perl.NET mailing list
Perl.NET@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved