Which class for Telnet

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eran.Yasso@gmail.com

    #1

    Which class for Telnet

    Hi all,

    I need to write app for telnet client.
    I saw that there's the Socket class. the point is that I need to
    implement the protocol.
    Is there other way\class that I can do it with no need to implement
    the protocol?

    thanks,

  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Which class for Telnet

    Not out of the box. There is a sourceforge project though that might be
    promising:




    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    <Eran.Yasso@gma il.comwrote in message
    news:1185392577 .841885.14770@r 34g2000hsd.goog legroups.com...
    Hi all,
    >
    I need to write app for telnet client.
    I saw that there's the Socket class. the point is that I need to
    implement the protocol.
    Is there other way\class that I can do it with no need to implement
    the protocol?
    >
    thanks,
    >

    Comment

    • =?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=

      #3
      RE: Which class for Telnet

      Well, have you tried this search?



      -- Peter
      Recursion: see Recursion
      site: http://www.eggheadcafe.com
      unBlog: http://petesbloggerama.blogspot.com
      bogMetaFinder: http://www.blogmetafinder.com



      "Eran.Yasso@gma il.com" wrote:
      Hi all,
      >
      I need to write app for telnet client.
      I saw that there's the Socket class. the point is that I need to
      implement the protocol.
      Is there other way\class that I can do it with no need to implement
      the protocol?
      >
      thanks,
      >
      >

      Comment

      • Eran.Yasso@gmail.com

        #4
        Re: Which class for Telnet

        On Jul 25, 11:16 pm, Peter Bromberg [C# MVP]
        <pbromb...@yaho o.yohohhoandabo ttleofrum.comwr ote:
        Well, have you tried this search?
        >

        >
        -- Peter
        Recursion: see Recursion
        site: http://www.eggheadcafe.com
        unBlog: http://petesbloggerama.blogspot.com
        bogMetaFinder: http://www.blogmetafinder.com
        >
        >
        >
        "Eran.Ya...@gma il.com" wrote:
        Hi all,
        >
        I need to write app for telnet client.
        I saw that there's the Socket class. the point is that I need to
        implement the protocol.
        Is there other way\class that I can do it with no need to implement
        the protocol?
        >
        thanks,- Hide quoted text -
        >
        - Show quoted text -
        lol. yes. this guy has bug in his project.

        Comment

        Working...