6 instantiations of IPPacketInformation
System (6)
net\System\Net\Sockets\_ReceiveMessageOverlappedAsyncResult.cs (3)
148m_IPPacketInformation = new IPPacketInformation(((address!=null)?address:IPAddress.None),(int)controlData.index); 157m_IPPacketInformation = new IPPacketInformation(((address!=null)?address:IPAddress.IPv6None),(int)controlData.index); 161m_IPPacketInformation = new IPPacketInformation();
net\System\Net\Sockets\Socket.cs (3)
9956m_ReceiveMessageFromPacketInfo = new IPPacketInformation(((address != null) ? address : IPAddress.None), (int)controlData.index); 9964m_ReceiveMessageFromPacketInfo = new IPPacketInformation(((address != null) ? address : IPAddress.IPv6None), (int)controlData.index); 9968m_ReceiveMessageFromPacketInfo = new IPPacketInformation();
12 references to IPPacketInformation
System (12)
net\System\Net\Sockets\_ReceiveMessageOverlappedAsyncResult.cs (1)
38internal IPPacketInformation m_IPPacketInformation;
net\System\Net\Sockets\IPPacketInformation.cs (7)
33public static bool operator == (IPPacketInformation packetInformation1, 34IPPacketInformation packetInformation2 ) { 38public static bool operator != (IPPacketInformation packetInformation1, 39IPPacketInformation packetInformation2 ) { 48if (!(comparand is IPPacketInformation)) 51IPPacketInformation obj = (IPPacketInformation) comparand;
net\System\Net\Sockets\Socket.cs (4)
1954public int ReceiveMessageFrom(byte[] buffer, int offset, int size, ref SocketFlags socketFlags, ref EndPoint remoteEP, out IPPacketInformation ipPacketInformation) { 4657public int EndReceiveMessageFrom(IAsyncResult asyncResult, ref SocketFlags socketFlags, ref EndPoint endPoint, out IPPacketInformation ipPacketInformation) { 8615private IPPacketInformation m_ReceiveMessageFromPacketInfo; 8807public IPPacketInformation ReceiveMessageFromPacketInfo {