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
|