Search results

  1. brentnewbury

    Indexed Properties

    Hiya all, Im not a newbie to .NET by any means, but Ive obviously missed something big here. For some reason I cant seem to get indexed properties to work! Well, not in the way I want (and think to be most logical), I can get them to work like:public int this[int index] { get { ... }...
  2. brentnewbury

    NAT and TCP Sockets

    Hiya all, Im trying to create a sample Peer 2 Peer chat application. However, Im having trouble with Network Address Translation (NAT). Programs like MSN/Windows Messenger use NAT (I know they arent coded in C# :)). However, when Im sending or listening for information Im using TCP Listeners...
Back
Top