c# - Web service to TCP Server -


enter image description here

i need data web service tcp server ... concept ?

im using c#.net

based on comments, let's assume post file server. part of post response code, make subroutine call xfer file via ftp. avoid creating tcp file transfer service when there well-implemented options (like ftp or sftp) available.


Comments