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