3 references to IOControl
System (3)
net\System\Net\_ConnectStream.cs (2)
2350
socket.
IOControl
(ApplyTransportSetting, rtcInputSocketConfig, null);
2351
socket.
IOControl
(QueryTransportSetting, rtcInputSocketConfig, rtcOutputSocketResult);
net\System\Net\Sockets\Socket.cs (1)
2231
return
IOControl
(unchecked((int)ioControlCode),optionInValue,optionOutValue);