Click here to Skip to main content
15,900,461 members
Home / Discussions / C#
   

C#

 
QuestionIntercept Outgoing Port 80 Pin
zx2c413-Jun-07 11:00
zx2c413-Jun-07 11:00 
AnswerRe: Intercept Outgoing Port 80 Pin
Not Active13-Jun-07 11:06
mentorNot Active13-Jun-07 11:06 
GeneralRe: Intercept Outgoing Port 80 Pin
zx2c413-Jun-07 11:08
zx2c413-Jun-07 11:08 
GeneralRe: Intercept Outgoing Port 80 Pin
Not Active13-Jun-07 13:59
mentorNot Active13-Jun-07 13:59 
GeneralRe: Intercept Outgoing Port 80 Pin
zx2c413-Jun-07 14:02
zx2c413-Jun-07 14:02 
GeneralRe: Intercept Outgoing Port 80 Pin
Not Active13-Jun-07 14:06
mentorNot Active13-Jun-07 14:06 
GeneralRe: Intercept Outgoing Port 80 Pin
zx2c413-Jun-07 14:07
zx2c413-Jun-07 14:07 
GeneralRe: Intercept Outgoing Port 80 Pin
Colin Angus Mackay13-Jun-07 23:52
Colin Angus Mackay13-Jun-07 23:52 
I've done this once before by writing an NDIS Driver. That was many years ago and it certainly isn't possible in C#

The basic idea of an NDIS Driver is that it sits and monitors raw packets as they go to and from your network card and allows you an opportunity to drop, modify or permit the packet through. It operates at a very low level and you MUST understand how individual packets are stitched together at the network level (lower level than TCP or IP) because that is all you will see. You will not see a nice stream of data for one connection, you will see everything regardless of how fragmented it is.




Upcoming events:
* Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ...
* Reading: Developer Day 5

Never write for other people. Write for yourself, because you have a passion for it. -- Marc Clifton


My website

GeneralRe: Intercept Outgoing Port 80 Pin
Member 368719016-Jul-09 23:05
Member 368719016-Jul-09 23:05 
GeneralRe: Intercept Outgoing Port 80 Pin
Colin Angus Mackay17-Jul-09 1:33
Colin Angus Mackay17-Jul-09 1:33 
QuestionGDI+ Text Rendering Pin
Akin Ocal13-Jun-07 10:55
Akin Ocal13-Jun-07 10:55 
Questionopen text file in a textbox and print it Pin
merwa13-Jun-07 9:06
merwa13-Jun-07 9:06 
AnswerRe: open text file in a textbox and print it Pin
Not Active13-Jun-07 11:21
mentorNot Active13-Jun-07 11:21 
QuestionGood C# Language Book Pin
DVeit13-Jun-07 8:54
DVeit13-Jun-07 8:54 
AnswerRe: Good C# Language Book Pin
MatrixCoder13-Jun-07 9:22
MatrixCoder13-Jun-07 9:22 
AnswerRe: Good C# Language Book Pin
DVeit14-Jun-07 4:07
DVeit14-Jun-07 4:07 
JokeRe: Good C# Language Book Pin
MidwestLimey13-Jun-07 9:26
professionalMidwestLimey13-Jun-07 9:26 
GeneralRe: Good C# Language Book Pin
Luc Pattyn13-Jun-07 9:53
sitebuilderLuc Pattyn13-Jun-07 9:53 
JokeRe: Good C# Language Book Pin
MidwestLimey13-Jun-07 9:59
professionalMidwestLimey13-Jun-07 9:59 
AnswerRe: Good C# Language Book Pin
leckey13-Jun-07 10:42
leckey13-Jun-07 10:42 
AnswerRe: Good C# Language Book Pin
Giorgi Dalakishvili13-Jun-07 11:03
mentorGiorgi Dalakishvili13-Jun-07 11:03 
AnswerRe: Good C# Language Book Pin
Sathesh Sakthivel13-Jun-07 15:20
Sathesh Sakthivel13-Jun-07 15:20 
AnswerRe: Good C# Language Book Pin
Dewald13-Jun-07 23:57
Dewald13-Jun-07 23:57 
QuestionDesign question with message sending Pin
hansipet13-Jun-07 8:19
hansipet13-Jun-07 8:19 
AnswerRe: Design question with message sending Pin
mav.northwind13-Jun-07 9:57
mav.northwind13-Jun-07 9:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.