Results 1 to 2 of 2

Thread: C# equivalent of htons

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Posts
    367

    C# equivalent of htons

    what is c# equivalent of htons function available in Winsock2.h

    Thanks
    Bill

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Posts
    367
    Nevermind found it,

    using System.Net;

    IPAddress.HostToNetworkOrder(short);

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width