Click here to Skip to main content
15,895,084 members
Home / Discussions / C#
   

C#

 
AnswerRe: How do I ... Pin
Grimolfr19-May-04 8:09
Grimolfr19-May-04 8:09 
GeneralCrystal Reports with C# Question Pin
frank2118-May-04 10:48
frank2118-May-04 10:48 
Generalformatting XML problem Pin
JockerSoft18-May-04 10:15
JockerSoft18-May-04 10:15 
GeneralRe: formatting XML problem Pin
Heath Stewart18-May-04 10:24
protectorHeath Stewart18-May-04 10:24 
GeneralModems and applications Pin
bouli18-May-04 8:42
bouli18-May-04 8:42 
GeneralRe: Modems and applications Pin
Heath Stewart18-May-04 9:40
protectorHeath Stewart18-May-04 9:40 
GeneralRe: Modems and applications Pin
bouli18-May-04 9:46
bouli18-May-04 9:46 
GeneralRe: Modems and applications Pin
Heath Stewart18-May-04 9:52
protectorHeath Stewart18-May-04 9:52 
Again, this works through route tables. If you don't know what a route table is, it's what routes requests to a given host through the proper gateway. Firewalls use a similar concept, only they use stateful filtering because they can - they are completely between you and your request host. You can't preempt the Windows TCP/IP stack like this. That leaves you with one option: route tables.

When you connect with multiple devices (say, two modems) each will have a different IP address. This will be your local gateway. You could modify your route table so that all requests to www.codeproject.com (209.171.52.99) go through one modem while all others are routed to the other.

This has absolutely nothing to do with the name of the application, which most often simply uses the networking APIs of the operating system.

Don't believe me? Try reading the TCP/IP specifications and check back in a few days when you're finished reading them.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Modems and applications Pin
bouli18-May-04 9:54
bouli18-May-04 9:54 
GeneralRe: Modems and applications Pin
Heath Stewart18-May-04 9:59
protectorHeath Stewart18-May-04 9:59 
GeneralRe: Modems and applications Pin
bouli18-May-04 10:01
bouli18-May-04 10:01 
GeneralRe: Modems and applications Pin
Heath Stewart18-May-04 10:04
protectorHeath Stewart18-May-04 10:04 
GeneralRe: Modems and applications Pin
bouli18-May-04 10:06
bouli18-May-04 10:06 
GeneralRe: Modems and applications Pin
Heath Stewart18-May-04 10:07
protectorHeath Stewart18-May-04 10:07 
GeneralRe: Modems and applications Pin
bouli18-May-04 10:12
bouli18-May-04 10:12 
GeneralRe: Modems and applications Pin
Heath Stewart18-May-04 10:20
protectorHeath Stewart18-May-04 10:20 
GeneralRe: Modems and applications Pin
bouli18-May-04 10:25
bouli18-May-04 10:25 
GeneralRe: Modems and applications Pin
Dave Kreskowiak18-May-04 12:23
mveDave Kreskowiak18-May-04 12:23 
GeneralRe: Modems and applications Pin
Dave Kreskowiak18-May-04 9:54
mveDave Kreskowiak18-May-04 9:54 
GeneralRe: Modems and applications Pin
bouli18-May-04 9:56
bouli18-May-04 9:56 
GeneralRe: Modems and applications Pin
Dave Kreskowiak18-May-04 10:30
mveDave Kreskowiak18-May-04 10:30 
GeneralRe: Modems and applications Pin
Judah Gabriel Himango18-May-04 9:58
sponsorJudah Gabriel Himango18-May-04 9:58 
GeneralRe: Modems and applications Pin
Tom Larsen18-May-04 10:25
Tom Larsen18-May-04 10:25 
GeneralRe: Modems and applications Pin
bouli18-May-04 10:28
bouli18-May-04 10:28 
GeneralRe: Modems and applications Pin
Tom Larsen18-May-04 10:33
Tom Larsen18-May-04 10:33 

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.