GetPort return the sync port
()
| 163 | |
| 164 | //GetPort return the sync port |
| 165 | func (this *NetServer) GetPort() uint16 { |
| 166 | return this.base.GetPort() |
| 167 | } |
| 168 | |
| 169 | //GetHttpInfoPort return the port support info via http |
| 170 | func (this *NetServer) GetHttpInfoPort() uint16 { |