|
Dreamine.Communication.Sockets 1.0.2
Dreamine.Communication.Sockets 통신 기능과 관련 API를 제공합니다.
|
열거형 타입 | |
| enum | TcpServerSendTargetMode { Broadcast = 0 , FirstClient = 1 , LastClient = 2 } |
TCP 서버 송신 시 메시지를 전달할 연결 클라이언트 선택 정책입니다.
| 열거형 멤버 | |
|---|---|
| Broadcast | 연결된 모든 클라이언트에게 전송합니다. |
| FirstClient | 가장 먼저 연결된 클라이언트에게만 전송합니다. |
| LastClient | 가장 최근 연결된 클라이언트에게만 전송합니다. |
TcpServerSendTargetMode.cs 파일의 11 번째 라인에서 정의되었습니다.