commit 8fa955a937c6fa73ec2e6f794fd8f3122dbbf489 Author: DotNet_Core <> Date: Thu Jul 19 02:19:40 2018 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9ebd30b --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + diff --git a/README.md b/README.md new file mode 100644 index 0000000..0055ffd --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Socket + +Ejemplos de Socket en C# servidor y cliente \ No newline at end of file