Welcome Guest Search | Active Topics | Members | Log In | Register

Remote client IP Options
mike
Posted: Saturday, May 24, 2008 6:05:41 PM
Rank: Newbie
Groups: Member

Joined: 5/24/2008
Posts: 2
Points: 6
Maybe the ability to retrieve the client's IP from OnReadComplete's OperationArgs or if this wasn't added for some strange security reason, then atleast a checksum of the client's IP, for server's who only allow one cgi operation per day, per client, etc. and logging, etc.
mike
Posted: Saturday, May 24, 2008 6:41:40 PM
Rank: Newbie
Groups: Member

Joined: 5/24/2008
Posts: 2
Points: 6
Hm, I just read that you will not allow this in the CTP release, that's a shame. Shame on you
admin
Posted: Sunday, May 25, 2008 5:24:43 AM
Rank: Administration
Groups: Administration

Joined: 2/15/2008
Posts: 130
Points: 835
Hello Mike,
Local and remote IP addresses will be available from the IConnection object, which is returned on client connection.

Code:
public interface IConnection
{
    IPEndPoint LocalEndPoint { get; }                
    IPEndPoint RemoteEndPoint { get; }
    ...
};
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by Yet Another Forum.net version 1.9.1.6 (NET v2.0) - 11/14/2007
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.
This page was generated in 0.075 seconds.
11 queries (0.029 seconds, 38.67%).

yaf_pageload: 0.005
yaf_topic_info: 0.007
yaf_forum_list: 0.002
yaf_forum_listpath: 0.001
yaf_forum_simplelist: 0.001
yaf_forum_listpath: 0.001
yaf_post_list: 0.008
yaf_usergroup_list: 0.001
yaf_usergroup_list: 0.001
yaf_usergroup_list: 0.001
yaf_active_listtopic: 0.001