4 references to IPPacketInformation
System (4)
net\System\Net\Sockets\_ReceiveMessageOverlappedAsyncResult.cs (2)
148
m_IPPacketInformation = new
IPPacketInformation
(((address!=null)?address:IPAddress.None),(int)controlData.index);
157
m_IPPacketInformation = new
IPPacketInformation
(((address!=null)?address:IPAddress.IPv6None),(int)controlData.index);
net\System\Net\Sockets\Socket.cs (2)
9956
m_ReceiveMessageFromPacketInfo = new
IPPacketInformation
(((address != null) ? address : IPAddress.None), (int)controlData.index);
9964
m_ReceiveMessageFromPacketInfo = new
IPPacketInformation
(((address != null) ? address : IPAddress.IPv6None), (int)controlData.index);