Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. TcpListener Members

TcpListener Members

Scheduled Pinned Locked Moved C#
question
6 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    choopie
    wrote on last edited by
    #1

    Is there a way I can access to the definition and implementation of the members of the TcpListener class?

    L O 2 Replies Last reply
    0
    • C choopie

      Is there a way I can access to the definition and implementation of the members of the TcpListener class?

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      Hi, Microsoft has publised an "ssCLI" or "shared source CLI" which is an example of how .NET can be implemented. It is not the code in the official version though. Google it, you will find it right there. There is a lot to read... And there is the Mono project, that's an open source .NET implementation for non-Windows platforms. Freely available in source form. :)

      Luc Pattyn


      try { [Search CP Articles] [Search CP Forums] [Forum Guidelines] [My Articles] } catch { [Google] }


      C 1 Reply Last reply
      0
      • C choopie

        Is there a way I can access to the definition and implementation of the members of the TcpListener class?

        O Offline
        O Offline
        originSH
        wrote on last edited by
        #3

        Reflector for .NET[^] Reflector allows you to decompile .Net IL and shows you the code. It is quite possibly the best tool for .Net you could possibly want. (It's helped me inumerable times when I've needed to see the implimentation in the BCL or a 3rd party assembly)

        C 1 Reply Last reply
        0
        • L Luc Pattyn

          Hi, Microsoft has publised an "ssCLI" or "shared source CLI" which is an example of how .NET can be implemented. It is not the code in the official version though. Google it, you will find it right there. There is a lot to read... And there is the Mono project, that's an open source .NET implementation for non-Windows platforms. Freely available in source form. :)

          Luc Pattyn


          try { [Search CP Articles] [Search CP Forums] [Forum Guidelines] [My Articles] } catch { [Google] }


          C Offline
          C Offline
          choopie
          wrote on last edited by
          #4

          Thanks Luc!

          1 Reply Last reply
          0
          • O originSH

            Reflector for .NET[^] Reflector allows you to decompile .Net IL and shows you the code. It is quite possibly the best tool for .Net you could possibly want. (It's helped me inumerable times when I've needed to see the implimentation in the BCL or a 3rd party assembly)

            C Offline
            C Offline
            choopie
            wrote on last edited by
            #5

            Great! I'll try it. Thank U.

            O 1 Reply Last reply
            0
            • C choopie

              Great! I'll try it. Thank U.

              O Offline
              O Offline
              originSH
              wrote on last edited by
              #6

              np :)

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups