I use the following code to read BigEndian information using BinaryReader but I\'m not sure if it is the efficient way of doing it. Is there any better solution
BinaryReader
You could use IPAddress.NetworkToHostOrder, but I have no idea if it's actually more efficient. You'd have to profile it.