VB.NET - Advanced .NET Framework (Networking) - Use Sockets

源代码在线查看: vb.net how-to sockets server.sln

软件大小: 194 K
上传用户: zxyxwd6
关键词: Networking NET Framework Advanced
下载地址: 免注册下载 普通下载 VIP

相关代码

				Microsoft Visual Studio Solution File, Format Version 8.00
				Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VB.NET How-To Sockets Server", "VB.NET How-To Sockets Server.vbproj", "{4B4D5C72-E7D2-4C15-8B24-4330D78BD5D1}"
					ProjectSection(ProjectDependencies) = postProject
					EndProjectSection
				EndProject
				Global
					GlobalSection(SolutionConfiguration) = preSolution
						Debug = Debug
						Release = Release
					EndGlobalSection
					GlobalSection(ProjectConfiguration) = postSolution
						{4B4D5C72-E7D2-4C15-8B24-4330D78BD5D1}.Debug.ActiveCfg = Debug|.NET
						{4B4D5C72-E7D2-4C15-8B24-4330D78BD5D1}.Debug.Build.0 = Debug|.NET
						{4B4D5C72-E7D2-4C15-8B24-4330D78BD5D1}.Release.ActiveCfg = Release|.NET
						{4B4D5C72-E7D2-4C15-8B24-4330D78BD5D1}.Release.Build.0 = Release|.NET
					EndGlobalSection
					GlobalSection(ExtensibilityGlobals) = postSolution
					EndGlobalSection
					GlobalSection(ExtensibilityAddIns) = postSolution
					EndGlobalSection
				EndGlobal
							

相关资源