Dreamine.Communication.Sockets
1.0.2
Dreamine.Communication.Sockets 통신 기능과 관련 API를 제공합니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
TcpClientTransportOptions.cs
이 파일의 문서화 페이지로 가기
1
namespace
Dreamine.Communication.Sockets.Options
;
2
11
public
sealed
class
TcpClientTransportOptions
12
{
21
public
string
Host
{
get
;
set
; } =
"127.0.0.1"
;
22
31
public
int
Port
{
get
;
set
; } = 0;
32
41
public
int
ReceiveBufferSize
{
get
;
set
; } = 8192;
42
51
public
int
SendBufferSize
{
get
;
set
; } = 8192;
52
61
public
int
ConnectTimeoutMs
{
get
;
set
; } = 5000;
62
}
Dreamine.Communication.Sockets.Options
Definition
TcpClientTransportOptions.cs:1
Dreamine.Communication.Sockets.Options.TcpClientTransportOptions
Definition
TcpClientTransportOptions.cs:12
Dreamine.Communication.Sockets.Options.TcpClientTransportOptions.Host
string Host
Definition
TcpClientTransportOptions.cs:21
Dreamine.Communication.Sockets.Options.TcpClientTransportOptions.Port
int Port
Definition
TcpClientTransportOptions.cs:31
Dreamine.Communication.Sockets.Options.TcpClientTransportOptions.ConnectTimeoutMs
int ConnectTimeoutMs
Definition
TcpClientTransportOptions.cs:61
Dreamine.Communication.Sockets.Options.TcpClientTransportOptions.SendBufferSize
int SendBufferSize
Definition
TcpClientTransportOptions.cs:51
Dreamine.Communication.Sockets.Options.TcpClientTransportOptions.ReceiveBufferSize
int ReceiveBufferSize
Definition
TcpClientTransportOptions.cs:41
Options
TcpClientTransportOptions.cs
다음에 의해 생성됨 :
1.17.0