Results 1 to 4 of 4

Thread: Implement tcplistener for c sharp

  1. #1
    Join Date
    May 2008
    Posts
    68

    Implement tcplistener for c sharp

    I have a intranet ftp server. This server provides ftp downloads to local clients. I want to implement tcplistener for the tcp ports for the downloads. Once the download that is in progress is completed successfully i want to tcp to other service with a specific task id and the service will then start the service which has that specific task id. Any help to accomplish this job? Help!!

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Implement tcplistener for c sharp

    WCF or .NET Remoting, or TcpClient & TcpListener, or Socket class, All of these are capable to implement the task, but all of these have strengths and limitations of their own. If the other service which you wan't to trigger off, has its pre-defined protocols, then you would have limited options... It would help us to help you, if you could give an idea what the 'other' service would be like?

  3. #3
    Join Date
    May 2008
    Posts
    68

    Re: Implement tcplistener for c sharp

    As for now, i just need help and need to know if that would be possible, as i have not yet written the code for the other service. Also i have not yet decided what the service would be. If i start writting the code, what will you all advice...?

  4. #4
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Implement tcplistener for c sharp

    If your other service is capable of listening on the TCP port, by using tcplistener, then your service will be able to connect to the TCPClient... So before you write your code, just keep in mind, the basic fundaments of the tcplistener.

Similar Threads

  1. Sharp 007SH Hybrid An 3D Clamshell Android Phone by Sharp
    By jackalz in forum Web News & Trends
    Replies: 3
    Last Post: 22-05-2011, 07:28 AM
  2. How to implement sum() faster in c#?
    By Luis-Fernando in forum Software Development
    Replies: 4
    Last Post: 27-02-2010, 09:25 PM
  3. Help me to implement adjacent_find() in C++
    By UseME in forum Software Development
    Replies: 5
    Last Post: 10-02-2010, 10:26 PM
  4. How to implement IP Sec
    By Enriquee in forum Technology & Internet
    Replies: 5
    Last Post: 12-01-2010, 06:28 AM
  5. Implement Java tic tac toe
    By SmokiN in forum Software Development
    Replies: 3
    Last Post: 29-06-2009, 09:09 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,585,657.95151 seconds with 16 queries