|
Dreamine.Communication.Sockets 1.0.2
Dreamine.Communication.Sockets 통신 기능과 관련 API를 제공합니다.
|
속성 | |
| string | Host = "127.0.0.1" [get, set] |
| int | Port = 0 [get, set] |
| int | ReceiveBufferSize = 8192 [get, set] |
| int | SendBufferSize = 8192 [get, set] |
| int | ConnectTimeoutMs = 5000 [get, set] |
TCP 클라이언트의 서버 주소, 버퍼 및 연결 제한 시간을 구성합니다.
TcpClientTransportOptions.cs 파일의 11 번째 라인에서 정의되었습니다.
|
getset |
연결 제한 시간(밀리초)을 가져오거나 설정합니다.
TcpClientTransportOptions.cs 파일의 61 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.Sockets.Clients.TcpClientTransport.ValidateOptions().
|
getset |
연결할 서버 호스트를 가져오거나 설정합니다.
TcpClientTransportOptions.cs 파일의 21 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.Sockets.Clients.TcpClientTransport.ValidateOptions().
|
getset |
연결할 서버 포트를 가져오거나 설정합니다.
TcpClientTransportOptions.cs 파일의 31 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.Sockets.Clients.TcpClientTransport.ValidateOptions().
|
getset |
수신 버퍼 크기(바이트)를 가져오거나 설정합니다.
TcpClientTransportOptions.cs 파일의 41 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.Sockets.Clients.TcpClientTransport.ValidateOptions().
|
getset |
송신 버퍼 크기(바이트)를 가져오거나 설정합니다.
TcpClientTransportOptions.cs 파일의 51 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Dreamine.Communication.Sockets.Clients.TcpClientTransport.ValidateOptions().