5 writes to _protocolType
System.Net.Sockets (5)
System\Net\Sockets\Socket.cs (4)
99
_protocolType
= protocolType;
124
_protocolType
= ProtocolType.Unknown;
134
LoadSocketTypeFromHandle(handle, out _addressFamily, out _socketType, out
_protocolType
, out _willBlockInternal, out _isListening, out bool isSocket);
3788
socket.
_protocolType
= _protocolType;
System\Net\Sockets\Socket.Unix.cs (1)
261
_protocolType
= source._protocolType;
7 references to _protocolType
System.Net.Sockets (7)
System\Net\Sockets\Socket.cs (5)
484
return
_protocolType
;
813
_protocolType
,
2939
e.ConnectActivity = SocketsTelemetry.Log.ConnectStart(e._socketAddress!,
_protocolType
, endPointSnapshot, keepActivityCurrent: true);
3348
Activity? activity = SocketsTelemetry.Log.ConnectStart(socketAddress,
_protocolType
, endPointSnapshot, keepActivityCurrent: false);
3788
socket._protocolType =
_protocolType
;
System\Net\Sockets\Socket.Unix.cs (2)
143
SocketError errorCode = SocketPal.CreateSocket(_addressFamily, _socketType,
_protocolType
, out SafeSocketHandle newHandle);
261
_protocolType = source.
_protocolType
;