Dreamine.Communication.Sockets 1.0.2
Dreamine.Communication.Sockets 통신 기능과 관련 API를 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.Communication.Sockets.Options.TcpClientTransportOptions 클래스 참조sealed

더 자세히 ...

속성

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 번째 라인에서 정의되었습니다.

속성 문서화

◆ ConnectTimeoutMs

int Dreamine.Communication.Sockets.Options.TcpClientTransportOptions.ConnectTimeoutMs = 5000
getset

연결 제한 시간(밀리초)을 가져오거나 설정합니다.

TcpClientTransportOptions.cs 파일의 61 번째 라인에서 정의되었습니다.

61{ get; set; } = 5000;

다음에 의해서 참조됨 : Dreamine.Communication.Sockets.Clients.TcpClientTransport.ValidateOptions().

◆ Host

string Dreamine.Communication.Sockets.Options.TcpClientTransportOptions.Host = "127.0.0.1"
getset

연결할 서버 호스트를 가져오거나 설정합니다.

TcpClientTransportOptions.cs 파일의 21 번째 라인에서 정의되었습니다.

21{ get; set; } = "127.0.0.1";

다음에 의해서 참조됨 : Dreamine.Communication.Sockets.Clients.TcpClientTransport.ValidateOptions().

◆ Port

int Dreamine.Communication.Sockets.Options.TcpClientTransportOptions.Port = 0
getset

연결할 서버 포트를 가져오거나 설정합니다.

TcpClientTransportOptions.cs 파일의 31 번째 라인에서 정의되었습니다.

31{ get; set; } = 0;

다음에 의해서 참조됨 : Dreamine.Communication.Sockets.Clients.TcpClientTransport.ValidateOptions().

◆ ReceiveBufferSize

int Dreamine.Communication.Sockets.Options.TcpClientTransportOptions.ReceiveBufferSize = 8192
getset

수신 버퍼 크기(바이트)를 가져오거나 설정합니다.

TcpClientTransportOptions.cs 파일의 41 번째 라인에서 정의되었습니다.

41{ get; set; } = 8192;

다음에 의해서 참조됨 : Dreamine.Communication.Sockets.Clients.TcpClientTransport.ValidateOptions().

◆ SendBufferSize

int Dreamine.Communication.Sockets.Options.TcpClientTransportOptions.SendBufferSize = 8192
getset

송신 버퍼 크기(바이트)를 가져오거나 설정합니다.

TcpClientTransportOptions.cs 파일의 51 번째 라인에서 정의되었습니다.

51{ get; set; } = 8192;

다음에 의해서 참조됨 : Dreamine.Communication.Sockets.Clients.TcpClientTransport.ValidateOptions().


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: