Click here to Skip to main content
15,884,628 members
Articles / Programming Languages / C#

A TCP/IP Server written in C#

Rate me:
Please Sign up or sign in to vote.
4.64/5 (62 votes)
29 Dec 2003CPOL8 min read 563.6K   59.4K   225  
TCP/IP Server, which is running as a Windows Service waiting for client requests
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TCPService", "TCPService.csproj", "{9A04B8FE-B0C0-44A4-A6FA-D85EDE7DD149}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "TCPServiceSetup", "..\TCPServiceSetup\TCPServiceSetup.vdproj", "{58B3817A-21A6-49F7-990D-B7BDA1AC5B47}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{9A04B8FE-B0C0-44A4-A6FA-D85EDE7DD149}.Debug.ActiveCfg = Debug|.NET
		{9A04B8FE-B0C0-44A4-A6FA-D85EDE7DD149}.Debug.Build.0 = Debug|.NET
		{9A04B8FE-B0C0-44A4-A6FA-D85EDE7DD149}.Release.ActiveCfg = Release|.NET
		{9A04B8FE-B0C0-44A4-A6FA-D85EDE7DD149}.Release.Build.0 = Release|.NET
		{58B3817A-21A6-49F7-990D-B7BDA1AC5B47}.Debug.ActiveCfg = Debug
		{58B3817A-21A6-49F7-990D-B7BDA1AC5B47}.Release.ActiveCfg = Release
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions