Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SendBufferSize
int System.Net.Sockets.TcpClient.SendBufferSize
get
set
Definition at line
82
of file
TcpClient.cs
.
83
{
84
get
85
{
86
return
(
int
)Client.GetSocketOption(
SocketOptionLevel
.Socket,
SocketOptionName
.SendBuffer);
87
}
88
set
89
{
90
Client.SetSocketOption(
SocketOptionLevel
.Socket,
SocketOptionName
.SendBuffer,
value
);
91
}
92
}
System.Net.Sockets.SocketOptionLevel
SocketOptionLevel
Definition
SocketOptionLevel.cs:4
System.Net.Sockets.SocketOptionName
SocketOptionName
Definition
SocketOptionName.cs:4
System.ExceptionArgument.value
@ value
System
Net
Sockets
TcpClient
Generated by
1.10.0