|
I would like to implement my own lightweight socket, is there any source files i can look at to get a general idea. i program in java though i recently started C# and have gotten the hang of it, i implemented my own sockets in java because i was familiar with JNI(Java Native Interface, public native void tet(); similar to public extern void Test()), and in java we had a compiler that compiled the java methods with the native modifier into a C header file which we could then use, is there something similar in C#? edit: Never mind, i got the hang of it :) but i would still like a tutorial or something that would give me complete coverage of the extern modifier
|