|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
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
| |||
| |||
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
| |||
| |||
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
| |||
| |||
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. ![]() |
![]() |
|
Tags: c sharp, tcplistener |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Sharp 007SH Hybrid An 3D Clamshell Android Phone by Sharp | jackalz | Web News & Trends | 3 | 22-05-2011 07:28 AM |
How to implement sum() faster in c#? | Luis-Fernando | Software Development | 4 | 27-02-2010 09:25 PM |
Help me to implement adjacent_find() in C++ | UseME | Software Development | 5 | 10-02-2010 10:26 PM |
How to implement IP Sec | Enriquee | Technology & Internet | 5 | 12-01-2010 06:28 AM |
Implement Java tic tac toe | SmokiN | Software Development | 3 | 29-06-2009 09:09 AM |