Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- C#
- Web Service
- 이클립스
- Java
- jsp
- STS
- MANTIS
- javascript
- TextBox
- decompiler
- 웹 서비스
- asp.net
- Eclipse
- Bootstrap
- WebView
- 자바
- Maven
- 컬럼명
- MS-SQL
- MSsql
- 웹뷰
- 안드로이드
- scrollView
- html
- varags
- Redirect
- Apache Lucene
- SpringSource Tool Suite
- Android
- 자바스크립트
Archives
- Today
- Total
bboks.net™
C# 소켓의 포트를 동적으로 변경하기 본문
Socket의 SetSocketOption 메소드를 사용하고 다시 바인드를 시키면 됨
socket.SetSocketOption(SocketOptionLevel.Socket,SocketOptionName.ReuseAddress, true);
[출처] Can't Re-bind a socket to an existing IP/Port Combination