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 | 29 | 30 |
Tags
- MS-SQL
- 웹뷰
- MANTIS
- html
- decompiler
- scrollView
- 안드로이드
- Apache Lucene
- TextBox
- 웹 서비스
- WebView
- 이클립스
- varags
- Maven
- 자바
- Eclipse
- C#
- Android
- STS
- jsp
- Web Service
- 컬럼명
- Redirect
- Bootstrap
- 자바스크립트
- SpringSource Tool Suite
- Java
- MSsql
- javascript
- asp.net
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