Skip to content

A simple C# implementation of establishing a 2-way connection to verify two hosts can communicate with each other

License

Notifications You must be signed in to change notification settings

kroecks/NATUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

NATUtil

A simple C# implementation of establishing a 2-way connection to verify two hosts can communicate with each other

To use, simply call NATConnection.EstablishConnection and provide the Public Ip, Local Ip, and Port of the destination host. Provide a callback lambda or function to determine what to do once you've established connection with the determined Ip.

About

A simple C# implementation of establishing a 2-way connection to verify two hosts can communicate with each other

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages