Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
박도현
c-sharp-study
Wiki
doh csharp 4.bcl
doh csharp 4.bcl
· Changes
Page history
dohun94 created page: doh csharp 4.bcl
authored
Mar 23, 2017
by
박도현
Hide whitespace changes
Inline
Side-by-side
doh-csharp-4.bcl.md
View page @
e5423fc6
...
...
@@ -2043,7 +2043,7 @@ class TCPSocketEx3 //TCP 비동기 통신 서버 예제
//클라이언트 소켓이 동작하는 스레드
Thread
clientThread
=
new
Thread
(
ClientFunc
);
clientThread
.
IsBackground
=
true
;
server
Thread
.
Start
();
client
Thread
.
Start
();
Console
.
ReadLine
();
}
...
...