Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IOControl()
[2/2]
int System.Net.Sockets.Socket.IOControl
(
IOControlCode
ioControlCode
,
byte?[]
optionInValue
,
byte?[]
optionOutValue
)
inline
Definition at line
2138
of file
Socket.cs
.
2139
{
2140
return
IOControl
((
int
)
ioControlCode
,
optionInValue
,
optionOutValue
);
2141
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Net.Sockets.Socket.IOControl
int IOControl(int ioControlCode, byte[]? optionInValue, byte[]? optionOutValue)
Definition
Socket.cs:2122
References
System.Net.Sockets.Socket.IOControl()
.
System
Net
Sockets
Socket
Generated by
1.10.0