Click here to Skip to main content
15,886,873 members

Comments by Umut Comlekcioglu (Top 56 by date)

Umut Comlekcioglu 28-Jun-16 19:31pm View    
When I change it with IPAddress.Parse("100.96.106.192"); this time it thrown an exception on Bind() method. If I remove at line of code, it's thrown an exception on Listen(4) method.. I written there that situation too..

http://www.codeproject.com/Articles/807861/Open-NAT-A-NAT-Traversal-library-for-NET-and-Mono

I'm using that library and I don't need to be port forwarding. After NAT processes, it create and Public IP for my computer.
Umut Comlekcioglu 3-Mar-16 12:15pm View    
I didn't think like that. I'll be more careful
Umut Comlekcioglu 3-Mar-16 10:47am View    
I'm very glad for answer and sample. Yes, I'm came from C++ and sometimes I get confused. So, I'm not worry about Memory Management on C# too much... Happy coding too!
Umut Comlekcioglu 3-Mar-16 10:37am View    
Just beacuse, I think, I can explain what I want with image. Otherwise, there is no different with image(I'm write code on image) or writing code on here...
Umut Comlekcioglu 11-Dec-15 11:40am View    
I'm already trying to do that since 2 day Mr. Sergey but still I cannot get result. So, I wanna ask u people. Then Okay, I'm read more source code and try to developing it. Thanks for helps.